Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <JoinFunction.hh>
Public Types | |
using | Type = std::function<void()> |
using | Type |
Public Member Functions | |
template<typename Func> | |
JoinFunction (Func &&func) | |
void | operator() () |
JoinFunction (Func &&func) | |
void & | operator() (Args &&... args) |
Definition at line 93 of file JoinFunction.hh.
using PTL::JoinFunction< void, void >::Type |
Definition at line 44 of file JoinFunction.hh.
using PTL::JoinFunction< void, void >::Type = std::function<void()> |
Definition at line 96 of file JoinFunction.hh.
|
inline |
Definition at line 102 of file JoinFunction.hh.
|
inline |
Definition at line 50 of file JoinFunction.hh.
|
inline |
Definition at line 106 of file JoinFunction.hh.
|
inline |
Definition at line 55 of file JoinFunction.hh.