Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
PTL::ForwardTupleAsArgs< N > Member List

This is the complete list of members for PTL::ForwardTupleAsArgs< N >, including all inherited members.

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)...))PTL::ForwardTupleAsArgs< N >inlinestatic