JSON for Modern C++  3.9.0

◆ basic_json() [8/10]

template<typename JsonRef , detail::enable_if_t< detail::conjunction< detail::is_json_ref< JsonRef >, std::is_same< typename JsonRef::value_type, basic_json >>::value, int > = 0>
nlohmann::basic_json::basic_json ( const JsonRef &  ref)
inline

Definition at line 18409 of file json.hpp.