Public Types | Public Member Functions | List of all members
boost::spirit::qi::make_primitive< shims::tag::catchall, Modifiers > Struct Template Reference

#include <parse_shims.h>

Public Types

typedef shims::catchall_parser result_type
 

Public Member Functions

result_type operator() (unused_type, unused_type) const
 

Detailed Description

template<typename Modifiers>
struct boost::spirit::qi::make_primitive< shims::tag::catchall, Modifiers >

Definition at line 99 of file parse_shims.h.

Member Typedef Documentation

template<typename Modifiers >
typedef shims::catchall_parser boost::spirit::qi::make_primitive< shims::tag::catchall, Modifiers >::result_type

Definition at line 100 of file parse_shims.h.

Member Function Documentation

template<typename Modifiers >
result_type boost::spirit::qi::make_primitive< shims::tag::catchall, Modifiers >::operator() ( unused_type  ,
unused_type   
) const
inline

Definition at line 101 of file parse_shims.h.

102  {
103  return result_type();
104  }

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