![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <json.hpp>
Static Public Member Functions | |
| template<typename BasicJsonType, typename CompatibleObjectType, enable_if_t< !std::is_same< CompatibleObjectType, typename BasicJsonType::object_t >::value, int > = 0> | |
| static void | construct (BasicJsonType &j, const CompatibleObjectType &obj) |
| template<typename BasicJsonType> | |
| static void | construct (BasicJsonType &j, const typename BasicJsonType::object_t &obj) |
| template<typename BasicJsonType> | |
| static void | construct (BasicJsonType &j, typename BasicJsonType::object_t &&obj) |
|
inlinestatic |
Definition at line 4734 of file json.hpp.
References nlohmann::BasicJsonType(), nlohmann::begin(), nlohmann::end(), and nlohmann::detail::object.
|
inlinestatic |
Definition at line 4713 of file json.hpp.
References nlohmann::BasicJsonType(), and nlohmann::detail::object.
|
inlinestatic |
Definition at line 4723 of file json.hpp.
References nlohmann::BasicJsonType(), and nlohmann::detail::object.