Typedef nlohmann::detail::is_detected_convertible

Typedef Documentation

template<class To, template<class...> class Op, class ...Args>
using nlohmann::detail::is_detected_convertible = std::is_convertible<detected_t<Op, Args...>, To>