Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
nlohmann::anonymous_namespace{json.hpp} Namespace Reference

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 to see why this is required: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4381.html

Variable Documentation

◆ from_json

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

Definition at line 4332 of file json.hpp.

◆ to_json

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

Definition at line 4936 of file json.hpp.