Template Function nlohmann::detail::get_arithmetic_value
Defined in File json.hpp
Function Documentation
-
template<typename BasicJsonType, typename ArithmeticType, enable_if_t<std::is_arithmetic<ArithmeticType>::value and not std::is_same<ArithmeticType, typename BasicJsonType::boolean_t>::value, int> = 0>
void nlohmann::detail::get_arithmetic_value(const BasicJsonType &j, ArithmeticType &val)