Searched defs:base_message_format (Results 1 – 1 of 1) sorted by relevance
44 struct base_message_format: public std::locale::facet struct715 struct BOOST_LOCALE_DECL base_message_format<char> : public std::locale::facet struct717 base_message_format(size_t refs = 0) : std::locale::facet(refs) in base_message_format() argument720 static std::locale::id id;724 struct BOOST_LOCALE_DECL base_message_format<wchar_t> : public std::locale::facet struct726 base_message_format(size_t refs = 0) : std::locale::facet(refs) in base_message_format() argument729 static std::locale::id id;735 struct BOOST_LOCALE_DECL base_message_format<char16_t> : public std::locale::facet struct737 base_message_format(size_t refs = 0) : std::locale::facet(refs) in base_message_format() function740 static std::locale::id id;[all …]