Home
last modified time | relevance | path

Searched refs:detected_or_t (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/type_traits/test/
Ddetected_or_test.cpp40 BOOST_CHECK_TYPE4(::tt::detected_or_t<bool, type_t, int>, bool);
41 BOOST_CHECK_TYPE4(::tt::detected_or_t<bool, type_t, has_type>, char);
42 BOOST_CHECK_TYPE4(::tt::detected_or_t<bool, type_t, no_type>, bool);
/third_party/boost/libs/type_traits/doc/
Ddetected_or.qbk16 using detected_or_t = typename detected_or<Default, Op, Args...>::type;
39 using difference_type = boost::detected_or_t<std::ptrdiff_t, difference_t, T>;
/third_party/boost/boost/type_traits/
Ddetected_or.hpp21 using detected_or_t = typename detected_or<Default, Op, Args...>::type; typedef
/third_party/json/include/nlohmann/detail/meta/
Ddetected.hpp49 using detected_or_t = typename detected_or<Default, Op, Args...>::type; typedef
/third_party/json/single_include/nlohmann/
Djson.hpp2860 using detected_or_t = typename detected_or<Default, Op, Args...>::type; typedef