#include <regex_format.hpp>
Public Types | |
typedef charT | char_type |
Public Member Functions | |
int | toi (const charT *&p1, const charT *p2, int radix) const |
Static Public Member Functions | |
static std::ptrdiff_t | length (const charT *p) |
static charT | tolower (charT c) |
static charT | toupper (charT c) |
static int | value (const charT c, int radix) |
typedef charT boost::re_detail::trivial_format_traits< charT >::char_type |
|
inlinestatic |
References boost::re_detail::global_length().
|
inline |
References boost::re_detail::global_toi().
|
inlinestatic |
References boost::re_detail::global_lower().
|
inlinestatic |
References boost::re_detail::global_upper().
|
inlinestatic |
References boost::re_detail::global_value().