Searched defs:is_detected_exact (Results 1 – 2 of 2) sorted by relevance
19 using is_detected_exact = is_same<Expected, detected_t<Op, Args...> >; typedef
2261 using is_detected_exact = std::is_same<Expected, detected_t<Op, Args...>>; typedef