Typedef nlohmann::detail::binary_function_t

Typedef Documentation

template<typename T, typename Binary>
using nlohmann::detail::binary_function_t = decltype(std::declval<T&>().binary(std::declval<Binary&>()))