messages_base Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at messages_base Class.
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)
};
The type catalog is a synonym for type int that describes the possible return values from messages:: do_open.
Header: <locale>
Namespace: std
Show: