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< boost::basic_regex< CharT, TraitsT > > Struct Template Reference

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

#include <regex.hpp>

Public Types

typedef boost_regex_expression_tag type
 

Detailed Description

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

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 TraitsT >
typedef boost_regex_expression_tag boost::aux::matching_expression_kind< boost::basic_regex< CharT, TraitsT > >::type

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