Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; argument
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; argument
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; struct
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; argument