A Discrete-Event Network Simulator
API
nlohmann::anonymous_namespace{json.h} Namespace Reference

namespace to hold default from_json function to see why this is required: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4381.html More...

Variables

constexpr const auto & from_json = detail::static_const<detail::from_json_fn>::value
 
constexpr const auto & to_json = detail::static_const<detail::to_json_fn>::value
 

Detailed Description

namespace to hold default from_json function to see why this is required: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4381.html

namespace to hold default to_json function

Variable Documentation

◆ from_json

constexpr const auto& nlohmann::anonymous_namespace{json.h}::from_json = detail::static_const<detail::from_json_fn>::value
constexpr

Definition at line 3868 of file json.h.

◆ to_json

constexpr const auto& nlohmann::anonymous_namespace{json.h}::to_json = detail::static_const<detail::to_json_fn>::value
constexpr

Definition at line 4428 of file json.h.