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