Home
last modified time | relevance | path

Searched defs:is_detected_exact (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_detected_exact.hpp19 using is_detected_exact = is_same<Expected, detected_t<Op, Args...> >; typedef
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp2261 using is_detected_exact = std::is_same<Expected, detected_t<Op, Args...>>; typedef