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