Typedef nlohmann::detail::string_function_t

Typedef Documentation

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