std::messages_base
From cppreference.com
Defined in header <locale>
|
||
class messages_base; |
||
The class std::messages_base
provides a type definition which is inherited and used by the std::messages facets.
[edit] Member types
Member type | Definition |
catalog
|
An unspecified signed integer type |
[edit] Defect reports
The following behavior-changing defect reports were applied retroactively to previously published C++ standards.
DR | Applied to | Behavior as published | Correct behavior |
---|---|---|---|
LWG 2028 | C++98 | catalog was defined as int
|
defined as an unspecified signed integer type[1] |
- ↑ The catalog type
nl_catd
used in POSIX messaging API is a typedef of an unspecified type.
[edit] See also
implements retrieval of strings from message catalogs (class template) |