template<typename AdapterT, typename RegT, typename InfoT, typename FnT>
vt::auto_registry::RunnableGen struct

Public types

using AdapterType = AdapterT
using FunctionPtrType = typename AdapterType::FunctionPtrType
using ObjType = typename AdapterType::ObjType

Public static variables

static const AutoHandlerType idx

Public static functions

static auto getFunction() -> FunctionPtrType constexpr

Constructors, destructors, conversion operators

RunnableGen() defaulted