Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/
Dconcepts.hpp206 struct RegexTraitsConcept struct
210 typedef typename traits::char_type char_type;
212 typedef typename traits::string_type string_type;
213 typedef typename traits::locale_type locale_type;
214 typedef typename traits::char_class_type char_class_type;
216 void constraints() in constraints()
255 traits m_traits;
256 const traits m_ctraits;
257 const char_type* m_pointer;
258 char_type m_char;