AmpGen 2.1
Loading...
Searching...
No Matches
AmpGen::ArgumentPack Class Reference

Detailed Description

Definition at line 65 of file ArgumentPack.h.

Public Member Functions

template<typename... ARGS>
 ArgumentPack (const ARGS &...args)
template<typename arg_type>
arg_type * get () const
template<typename arg_type, typename default_arg_type = arg_type>
arg_type getArg (const default_arg_type &default_argument=default_arg_type()) const

Constructor & Destructor Documentation

◆ ArgumentPack()

template<typename... ARGS>
AmpGen::ArgumentPack::ArgumentPack ( const ARGS &... args)
inlineexplicit

Definition at line 67 of file ArgumentPack.h.

Member Function Documentation

◆ get()

template<typename arg_type>
arg_type * AmpGen::ArgumentPack::get ( ) const
inline

Definition at line 71 of file ArgumentPack.h.

◆ getArg()

template<typename arg_type, typename default_arg_type = arg_type>
arg_type AmpGen::ArgumentPack::getArg ( const default_arg_type & default_argument = default_arg_type()) const
inline

Definition at line 78 of file ArgumentPack.h.


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