Geant4-11
|
#include <JoinFunction.hh>
Public Types | |
using | Type = std::function< void()> |
Public Member Functions | |
template<typename Func > | |
JoinFunction (Func &&func) | |
void | operator() () |
Private Attributes | |
Type | m_func = []() {} |
Definition at line 97 of file JoinFunction.hh.
using PTL::JoinFunction< void, void >::Type = std::function<void()> |
Definition at line 100 of file JoinFunction.hh.
|
inline |
Definition at line 106 of file JoinFunction.hh.
|
inline |
Definition at line 110 of file JoinFunction.hh.
References PTL::JoinFunction< JoinT, JoinArg >::m_func.
|
private |
Definition at line 113 of file JoinFunction.hh.