Home
last modified time | relevance | path

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

/third_party/boost/boost/log/expressions/formatters/
Dchar_decorator.hpp62 struct string_const_iterator : range_const_iterator< RangeT > {}; struct
64 struct string_const_iterator< char* > { typedef char* type; }; struct
66 struct string_const_iterator< const char* > { typedef const char* type; }; argument
68 struct string_const_iterator< wchar_t* > { typedef wchar_t* type; }; struct
70 struct string_const_iterator< const wchar_t* > { typedef const wchar_t* type; }; struct