LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 579 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 580 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 583 of file tokens.h.

584  {
585  return result_type{};
586  }

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