std:: messages_base
From cppreference.com
C++
Localization library
| Character conversions | ||||
| String and stream conversions | ||||
|
(
C++11/17/26*
)
|
||||
|
(
C++11/17/26*
)
|
| Text encoding identifications | |||||
|
|||||
| Unicode conversion facets | |||||
|
(
C++11/17/26*
)
|
|||||
|
(
C++11/17/26*
)
|
|||||
|
(
C++11/17/26*
)
|
|||||
|
(
C++11/17/26*
)
|
|||||
|
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.
Member types
| Member type | Definition |
catalog
|
An unspecified signed integer type |
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_catdused in POSIX messaging API is a typedef of an unspecified type.
See also
|
implements retrieval of strings from message catalogs
(class template) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/locale/messages_base&oldid=156533
"