template<typename T, typename... Us>
vt::runtime::component::ComponentTraits struct

Public static variables

static bool hasConstruct constexpr

Public static functions

template<typename U, typename = decltype(U::construct(std::declval<Us>()...))>
static auto test(int) -> std::true_type
template<typename U>
static auto test(...) -> std::false_type