Template Struct is_constructible_object_type
Defined in File nlohmann_json.hpp
Inheritance Relationships
Base Type
public detail::is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType >(Template Struct is_constructible_object_type_impl)
Struct Documentation
-
template<typename BasicJsonType, typename ConstructibleObjectType>
struct is_constructible_object_type : public detail::is_constructible_object_type_impl<BasicJsonType, ConstructibleObjectType>