Template Struct is_constructible< std::tuple< Ts… > >

Inheritance Relationships

Base Types

Struct Documentation

template<typename ...Ts>
struct is_constructible<std::tuple<Ts...>> : public std::is_constructible<std::tuple<Ts...>, Args...>, public detail::is_default_constructible<std::tuple<Ts...>>