template< class CharT >
class 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
.
The source of the messages is implementation-defined.
Inheritance diagram
[edit] SpecializationsThe standard library is guaranteed to provide the following specializations (they are required to be implemented by any locale object):
std::messages<char> accesses narrow string message catalog std::messages<wchar_t> accesses wide string message catalog [edit] Nested types [edit] Data members [edit] Member functions constructs a newmessages
facet
messages
facet
do_open
do_get
do_close
catalog
an unspecified signed integer type [edit] See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4