Section

std::messages

Class template std::messages is a standard locale facet that encapsulates retrieval of strings from message catalogs, such as the ones provided by GNU gettext or by POSIX catgets.

# Declarations

template< class CharT >
class messages;

# See also