Searched defs:string_const_iterator (Results 1 – 1 of 1) sorted by relevance
62 struct string_const_iterator : range_const_iterator< RangeT > {}; struct64 struct string_const_iterator< char* > { typedef char* type; }; struct66 struct string_const_iterator< const char* > { typedef const char* type; }; argument68 struct string_const_iterator< wchar_t* > { typedef wchar_t* type; }; struct70 struct string_const_iterator< const wchar_t* > { typedef const wchar_t* type; }; struct