![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <json.hpp>
Static Public Member Functions | |
| template<typename BasicJsonType, typename CompatibleArrayType, enable_if_t< !std::is_same< CompatibleArrayType, typename BasicJsonType::array_t >::value, int > = 0> | |
| static void | construct (BasicJsonType &j, const CompatibleArrayType &arr) |
| template<typename BasicJsonType, typename T, enable_if_t< std::is_convertible< T, BasicJsonType >::value, int > = 0> | |
| static void | construct (BasicJsonType &j, const std::valarray< T > &arr) |
| template<typename BasicJsonType> | |
| static void | construct (BasicJsonType &j, const std::vector< bool > &arr) |
| template<typename BasicJsonType> | |
| static void | construct (BasicJsonType &j, const typename BasicJsonType::array_t &arr) |
| template<typename BasicJsonType> | |
| static void | construct (BasicJsonType &j, typename BasicJsonType::array_t &&arr) |
|
inlinestatic |
Definition at line 4665 of file json.hpp.
References nlohmann::detail::array, nlohmann::BasicJsonType(), nlohmann::begin(), and nlohmann::end().
|
inlinestatic |
Definition at line 4694 of file json.hpp.
References nlohmann::detail::array, and nlohmann::BasicJsonType().
|
inlinestatic |
Definition at line 4678 of file json.hpp.
References nlohmann::detail::array, and nlohmann::BasicJsonType().
|
inlinestatic |
Definition at line 4643 of file json.hpp.
References nlohmann::detail::array, and nlohmann::BasicJsonType().
|
inlinestatic |
Definition at line 4653 of file json.hpp.
References nlohmann::detail::array, and nlohmann::BasicJsonType().