Searched defs:trivial_format_traits (Results 1 – 1 of 1) sorted by relevance
66 struct trivial_format_traits struct68 typedef charT char_type;70 static std::ptrdiff_t length(const charT* p) in length()74 static charT tolower(charT c) in tolower()78 static charT toupper(charT c) in toupper()82 static int value(const charT c, int radix) in value()87 int toi(const charT*& p1, const charT* p2, int radix)const in toi()