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