Template Struct is_trivially_constructible< tuple::IndexedTuple< meta::index_sequence< Is… >, Ts… > >

Inheritance Relationships

Base Type

  • public proxsuite::linalg::veg::meta::constant<(VEG_ALL_OF(is_trivially_constructible< Ts >::value))> (Template Struct constant)

Struct Documentation

template<usize... Is, typename ...Ts>
struct is_trivially_constructible<tuple::IndexedTuple<meta::index_sequence<Is...>, Ts...>> : public proxsuite::linalg::veg::meta::constant<(VEG_ALL_OF(is_trivially_constructible<Ts>::value))>