template<typename BasicJsonType, typename ConstructibleArrayType>
struct nlohmann::detail::is_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value > >
Definition at line 3765 of file json.hpp.