Definition at line 70 of file ArgumentPack.h.
|
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 |
|
◆ ArgumentPack()
template<typename... ARGS>
AmpGen::ArgumentPack::ArgumentPack |
( |
const ARGS &... | args | ) |
|
|
inlineexplicit |
◆ get()
template<typename arg_type>
arg_type * AmpGen::ArgumentPack::get |
( |
| ) |
const |
|
inline |
◆ 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 |
The documentation for this class was generated from the following file: