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

#include <tokens.h>

Public Types

using result_type = fhicl::dbid_parser
 

Public Member Functions

result_type operator() (unused_type, unused_type) const
 

Detailed Description

template<typename Modifiers>
struct boost::spirit::qi::make_primitive< fhicl::tag::dbid, Modifiers >

Definition at line 576 of file tokens.h.

Member Typedef Documentation

template<typename Modifiers >
using boost::spirit::qi::make_primitive< fhicl::tag::dbid, Modifiers >::result_type = fhicl::dbid_parser

Definition at line 577 of file tokens.h.

Member Function Documentation

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

Definition at line 579 of file tokens.h.

580  {
581  return result_type{};
582  }

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