Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::re_detail::trivial_format_traits< charT > Struct Template Reference

#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)
 

Member Typedef Documentation

template<class charT >
typedef charT boost::re_detail::trivial_format_traits< charT >::char_type

Member Function Documentation

template<class charT >
static std::ptrdiff_t boost::re_detail::trivial_format_traits< charT >::length ( const charT *  p)
inlinestatic
template<class charT >
int boost::re_detail::trivial_format_traits< charT >::toi ( const charT *&  p1,
const charT *  p2,
int  radix 
) const
inline
template<class charT >
static charT boost::re_detail::trivial_format_traits< charT >::tolower ( charT  c)
inlinestatic
template<class charT >
static charT boost::re_detail::trivial_format_traits< charT >::toupper ( charT  c)
inlinestatic
template<class charT >
static int boost::re_detail::trivial_format_traits< charT >::value ( const charT  c,
int  radix 
)
inlinestatic

The documentation for this struct was generated from the following file: