Typedef nlohmann::detail::key_function_t

Typedef Documentation

template<typename T, typename String>
using nlohmann::detail::key_function_t = decltype(std::declval<T&>().key(std::declval<String&>()))