Home
last modified time | relevance | path

Searched defs:base_message_format (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/locale/
Dmessage.hpp44 struct base_message_format: public std::locale::facet struct
715 struct BOOST_LOCALE_DECL base_message_format<char> : public std::locale::facet struct
717 base_message_format(size_t refs = 0) : std::locale::facet(refs) in base_message_format() argument
720 static std::locale::id id;
724 struct BOOST_LOCALE_DECL base_message_format<wchar_t> : public std::locale::facet struct
726 base_message_format(size_t refs = 0) : std::locale::facet(refs) in base_message_format() argument
729 static std::locale::id id;
735 struct BOOST_LOCALE_DECL base_message_format<char16_t> : public std::locale::facet struct
737 base_message_format(size_t refs = 0) : std::locale::facet(refs) in base_message_format() function
740 static std::locale::id id;
[all …]