Searched refs:detected_or (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/type_traits/test/ |
D | detected_or_test.cpp | 32 TT_TEST_BEGIN(detected_or) 34 CHECK_FALSE((::tt::detected_or<bool, type_t, int>::value_t::value)); 35 CHECK_TRUE((::tt::detected_or<bool, type_t, has_type>::value_t::value)); 36 CHECK_FALSE((::tt::detected_or<bool, type_t, no_type>::value_t::value)); 37 BOOST_CHECK_TYPE4(::tt::detected_or<bool, type_t, int>::type, bool); 38 BOOST_CHECK_TYPE4(::tt::detected_or<bool, type_t, has_type>::type, char); 39 BOOST_CHECK_TYPE4(::tt::detected_or<bool, type_t, no_type>::type, bool);
|
/third_party/boost/libs/type_traits/doc/ |
D | detected_or.qbk | 10 [section:detected_or detected_or] 13 using detected_or = __below; 16 using detected_or_t = typename detected_or<Default, Op, Args...>::type; 28 __header `#include <boost/type_traits/detected_or.hpp>`
|
D | type_traits.qbk | 161 [def __detected_or [link boost_typetraits.reference.detected_or detected_or]] 324 [include detected_or.qbk]
|
/third_party/boost/boost/type_traits/ |
D | detected_or.hpp | 18 using detected_or = detail::detector<Default, void, Op, Args...>; typedef 21 using detected_or_t = typename detected_or<Default, Op, Args...>::type;
|
/third_party/json/include/nlohmann/detail/meta/ |
D | detected.hpp | 46 using detected_or = detector<Default, void, Op, Args...>; typedef 49 using detected_or_t = typename detected_or<Default, Op, Args...>::type;
|
/third_party/boost/libs/type_traits/doc/html/ |
D | standalone_HTML.manifest | 42 boost_typetraits/reference/detected_or.html
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 2857 using detected_or = detector<Default, void, Op, Args...>; typedef 2860 using detected_or_t = typename detected_or<Default, Op, Args...>::type;
|