Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <Tuple.hh>
Static Public Member Functions | |
template<typename Func , typename Head , typename... Tail> | |
static auto | forward (Func &&func, Head &&head, Tail &&... tail) -> decltype(ForwardTupleAsArgs< N - 1 >::forward(std::forward< Func >(func), std::forward< Head >(head), std::get< N - 1 >(std::forward< Head >(head)), std::forward< Tail >(tail)...)) |
|
inlinestatic |
Definition at line 266 of file Tuple.hh.
Referenced by PTL::ForwardTupleAsArgs< N >::forward().