Home
last modified time | relevance | path

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

/third_party/boost/boost/locale/
Dmessage.hpp144 struct string_cast_traits { struct
145 … static CharType const *cast(CharType const *msg,std::basic_string<CharType> &/*unused*/) in cast()
152 struct string_cast_traits<char> { struct
153 static char const *cast(char const *msg,std::string &buffer) in cast()