Typedef nlohmann::detail::boolean_function_t

Typedef Documentation

template<typename T>
using nlohmann::detail::boolean_function_t = decltype(std::declval<T&>().boolean(std::declval<bool>()))