template<typename F, F* f, typename MsgT = void, typename ObjT = SentinelObject>
vt::auto_registry::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