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< ExpressionT, typename boost::enable_if_c< is_spirit_classic_parser< ExpressionT >::value >::type > Struct Template Reference

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

#include <spirit_classic.hpp>

Public Types

typedef
boost_spirit_classic_expression_tag 
type
 

Detailed Description

template<typename ExpressionT>
struct boost::aux::matching_expression_kind< ExpressionT, typename boost::enable_if_c< is_spirit_classic_parser< ExpressionT >::value >::type >

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

Member Typedef Documentation

template<typename ExpressionT >
typedef boost_spirit_classic_expression_tag boost::aux::matching_expression_kind< ExpressionT, typename boost::enable_if_c< is_spirit_classic_parser< ExpressionT >::value >::type >::type

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