Geant4-11
|
#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) |
Private Attributes | |
Type | m_func = [](JoinArg) {} |
Definition at line 71 of file JoinFunction.hh.
using PTL::JoinFunction< void, JoinArg >::Type = std::function<void(JoinArg)> |
Definition at line 74 of file JoinFunction.hh.
|
inline |
Definition at line 80 of file JoinFunction.hh.
|
inline |
Definition at line 85 of file JoinFunction.hh.
References args, and PTL::JoinFunction< JoinT, JoinArg >::m_func.
|
private |
Definition at line 91 of file JoinFunction.hh.