template<typename F, F* f, typename MsgT = void, typename ObjT = SentinelObject>
FunctorAdapter struct
Public types
- using FunctionPtrType = F*
- using ObjType = ObjT
- using MsgType = MsgT
Public static functions
- static auto getFunction() -> FunctionPtrType constexpr
- static auto getNumArgs() -> NumArgsType