Struct is_tuple_helper

Struct Documentation

struct is_tuple_helper

Public Static Functions

static auto test(void*) -> NonTupleBaseInfoImpl
template<usize... Is, typename ...Ts>
static auto test(tuple::IndexedTuple<meta::index_sequence<Is...>, Ts...>*) -> TupleBaseInfoImpl<Ts...>