Template Struct is_constructible< const std::tuple< Ts… > >
Defined in File nlohmann_json.hpp
Inheritance Relationships
Base Types
public std::is_constructible< const std::tuple< Ts... >, Args... >public detail::is_default_constructible< const std::tuple< Ts... > >(Template Struct is_default_constructible< const std::tuple< Ts… > >)
Struct Documentation
-
template<typename ...Ts>
struct is_constructible<const std::tuple<Ts...>> : public std::is_constructible<const std::tuple<Ts...>, Args...>, public detail::is_default_constructible<const std::tuple<Ts...>>