The Gaudi Framework  master (594c33fa)
Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::Operations Struct Reference

#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Parsers/Grammars.h>

Public Member Functions

void operator() (ResultT &res, HeadT &head, TailT &tail) const
 

Detailed Description

template<typename Iterator, typename TupleT, std::size_t N, typename Skipper>
struct Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::Operations

Definition at line 195 of file Grammars.h.

Member Function Documentation

◆ operator()()

template<typename Iterator , typename TupleT , std::size_t N, typename Skipper >
void Gaudi::Parsers::TupleInnerGrammar< Iterator, TupleT, N, Skipper >::Operations::operator() ( ResultT res,
HeadT head,
TailT tail 
) const
inline

Definition at line 198 of file Grammars.h.

198  {
199  res = std::tuple_cat( std::tuple<HeadT>( head ), tail );
200  }

The documentation for this struct was generated from the following file:
std::tuple
std::tuple_cat
T tuple_cat(T... args)