Searched refs:detected_or_t (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/type_traits/test/ |
D | detected_or_test.cpp | 40 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/ |
D | detected_or.qbk | 16 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/ |
D | detected_or.hpp | 21 using detected_or_t = typename detected_or<Default, Op, Args...>::type; typedef
|
/third_party/json/include/nlohmann/detail/meta/ |
D | detected.hpp | 49 using detected_or_t = typename detected_or<Default, Op, Args...>::type; typedef
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 2860 using detected_or_t = typename detected_or<Default, Op, Args...>::type; typedef
|