Typedef nlohmann::detail::number_float_function_t

Typedef Documentation

template<typename T, typename Float, typename String>
using nlohmann::detail::number_float_function_t = decltype(std::declval<T&>().number_float(std::declval<Float>(), std::declval<const String&>()))