Searched defs:c_decorator_traits (Results 1 – 1 of 1) sorted by relevance
42 struct c_decorator_traits< char > struct44 static boost::iterator_range< const char* const* > get_patterns() in get_patterns()52 static boost::iterator_range< const char* const* > get_replacements() in get_replacements()61 static std::size_t print_escaped(char (&buf)[N], char c) in print_escaped()76 struct c_decorator_traits< wchar_t > struct78 static boost::iterator_range< const wchar_t* const* > get_patterns() in get_patterns()86 static boost::iterator_range< const wchar_t* const* > get_replacements() in get_replacements()95 static std::size_t print_escaped(wchar_t (&buf)[N], wchar_t c) in print_escaped()