|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <JoinFunction.hh>
Public Types | |
| using | Type = std::function<void(JoinArg)> |
Public Member Functions | |
| template<typename Func> | |
| JoinFunction (Func &&func) | |
| template<typename... Args> | |
| void | operator() (Args &&... args) |
Definition at line 67 of file JoinFunction.hh.
| using PTL::JoinFunction< void, JoinArg >::Type = std::function<void(JoinArg)> |
Definition at line 70 of file JoinFunction.hh.
|
inline |
Definition at line 76 of file JoinFunction.hh.
|
inline |
Definition at line 81 of file JoinFunction.hh.