std::messages_base

From cppreference.com
< cpp‎ | locale
 
 
Localizations library
Locales and facets
Locales
Facet category base classes
messages_base
ctype facets
numeric facets
collate facets
time facets
monetary facets
messages facets
Character classification and conversion
Character classification
Conversions
(C++11/17*)
(C++11/17*)
Code conversion facets
(C++11/17*)
(C++11/17*)    
(C++11/17*)
C locale
 
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 /*unspecified signed integer type*/

Notes

catalog was erroneously specified as int in C++11, this was corrected in LWG issue #2028 and included in C++14

See also

implements retrieval of strings from message catalogs
(class template)