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< spirit::traits::matches< spirit::qi::domain, ExpressionT > >::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_qi.hpp>

Public Types

typedef
boost_spirit_qi_expression_tag 
type
 

Detailed Description

template<typename ExpressionT>
struct boost::aux::matching_expression_kind< ExpressionT, typename boost::enable_if< spirit::traits::matches< spirit::qi::domain, ExpressionT > >::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_qi_expression_tag boost::aux::matching_expression_kind< ExpressionT, typename boost::enable_if< spirit::traits::matches< spirit::qi::domain, ExpressionT > >::type >::type

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