Typedef nlohmann::detail::number_integer_function_t

Typedef Documentation

template<typename T, typename Integer>
using nlohmann::detail::number_integer_function_t = decltype(std::declval<T&>().number_integer(std::declval<Integer>()))