Typedef nlohmann::detail::parse_error_function_t

Typedef Documentation

template<typename T, typename Exception>
using nlohmann::detail::parse_error_function_t = decltype(std::declval<T&>().parse_error(std::declval<std::size_t>(), std::declval<const std::string&>(), std::declval<const Exception&>()))