Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dregex_format.hpp66 struct trivial_format_traits struct
68 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()