Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::aux::matching_expression_kind< std::basic_regex< CharT, ReTraitsT > > Struct Template Reference

The metafunction detects the matching expression kind and returns a tag that is used to specialize match_traits. More...

#include <std_regex.hpp>

Public Types

typedef std_regex_expression_tag type
 

Detailed Description

template<typename CharT, typename ReTraitsT>
struct boost::aux::matching_expression_kind< std::basic_regex< CharT, ReTraitsT > >

The metafunction detects the matching expression kind and returns a tag that is used to specialize match_traits.

Member Typedef Documentation

template<typename CharT , typename ReTraitsT >
typedef std_regex_expression_tag boost::aux::matching_expression_kind< std::basic_regex< CharT, ReTraitsT > >::type

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