Typedef nlohmann::detail::is_detected_exact

Typedef Documentation

template<class Expected, template<class...> class Op, class ...Args>
using nlohmann::detail::is_detected_exact = std::is_same<Expected, detected_t<Op, Args...>>