Template Struct construct_accessible< T, std::index_sequence< Is… > >

Struct Documentation

template<class T, size_t... Is>
struct construct_accessible<T, std::index_sequence<Is...>>

Public Static Functions

static inline T from(const elem_type<T, Is>&... args)
template<class From>
static inline auto from(const From &arg) -> std::enable_if_t<is_same_size_v<T, From>, T>