description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: messages_base Class |
messages_base Class |
11/04/2016 |
|
|
9aad38c6-4c13-445d-b096-364bd0836efb |
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