Home
last modified time | relevance | path

Searched defs:is_detected (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/type_traits/
Dis_detected.hpp19 using is_detected = typename typedef
/third_party/json/include/nlohmann/detail/meta/
Ddetected.hpp40 using is_detected = typename detector<nonesuch, void, Op, Args...>::value_t; typedef
/third_party/boost/boost/outcome/
Dtrait.hpp90 …template <template <class...> class Op, class... Args> using is_detected = detector_impl::detector… typedef
/third_party/json/single_include/nlohmann/
Djson.hpp2851 using is_detected = typename detector<nonesuch, void, Op, Args...>::value_t; typedef