C++ Locale Library - messages



Description

It is a standard facet is used to read individual strings from a message catalog and specifics on how messages are organized in a catalog depend on the library implementation.

Declaration

Following is the declaration for std::messages.

C++98

 template <class charT> class messages; 

C++11

 template <class charT> class messages; 

Parameters

charT − It is a character type.

Return Value

none

locale.htm
Advertisements