Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The base class describes an int type for the catalog of messages.
struct messages_base : locale::facet {
typedef int catalog;
explicit messages_base(size_t _Refs = 0)
};
Remarks
The type catalog is a synonym for type int that describes the possible return values from messages::do_open.
Requirements
Header: <locale>
Namespace: std
See Also
Reference
Thread Safety in the Standard C++ Library