Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::xpressive::regex_traits< Char, Impl > Struct Template Reference

Thin wrapper around the default regex_traits implementation, either cpp_regex_traits or c_regex_traits. More...

#include <xpressive_fwd.hpp>

Inheritance diagram for boost::xpressive::regex_traits< Char, Impl >:
Collaboration diagram for boost::xpressive::regex_traits< Char, Impl >:

Public Types

typedef Impl::locale_type locale_type
 

Public Member Functions

 regex_traits ()
 
 regex_traits (locale_type const &loc)
 

Detailed Description

template<typename Char, typename Impl>
struct boost::xpressive::regex_traits< Char, Impl >

Thin wrapper around the default regex_traits implementation, either cpp_regex_traits or c_regex_traits.

Member Typedef Documentation

template<typename Char , typename Impl >
typedef Impl::locale_type boost::xpressive::regex_traits< Char, Impl >::locale_type

Constructor & Destructor Documentation

template<typename Char , typename Impl >
boost::xpressive::regex_traits< Char, Impl >::regex_traits ( )
inline
template<typename Char , typename Impl >
boost::xpressive::regex_traits< Char, Impl >::regex_traits ( locale_type const &  loc)
inlineexplicit

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