Searched refs:is_detected_exact (Results 1 – 9 of 9) sorted by relevance
/third_party/json/include/nlohmann/detail/meta/ |
D | is_sax.hpp | 80 is_detected_exact<bool, null_function_t, SAX>::value && 81 is_detected_exact<bool, boolean_function_t, SAX>::value && 82 is_detected_exact<bool, number_integer_function_t, SAX, number_integer_t>::value && 83 is_detected_exact<bool, number_unsigned_function_t, SAX, number_unsigned_t>::value && 84 is_detected_exact<bool, number_float_function_t, SAX, number_float_t, string_t>::value && 85 is_detected_exact<bool, string_function_t, SAX, string_t>::value && 86 is_detected_exact<bool, binary_function_t, SAX, binary_t>::value && 87 is_detected_exact<bool, start_object_function_t, SAX>::value && 88 is_detected_exact<bool, key_function_t, SAX, string_t>::value && 89 is_detected_exact<bool, end_object_function_t, SAX>::value && [all …]
|
D | type_traits.hpp | 114 is_detected_exact<void, from_json_function, serializer, 129 is_detected_exact<T, from_json_function, serializer, 144 is_detected_exact<void, to_json_function, serializer, BasicJsonType&, 244 enable_if_t<is_detected_exact<typename BasicJsonType::string_t::value_type, 262 enable_if_t<is_detected_exact<typename BasicJsonType::string_t::value_type,
|
D | detected.hpp | 52 using is_detected_exact = std::is_same<Expected, detected_t<Op, Args...>>; typedef
|
/third_party/boost/libs/type_traits/doc/ |
D | is_detected_exact.qbk | 10 [section:is_detected_exact is_detected_exact] 13 using is_detected_exact = is_same<Expected, detected_t<Op, Args...> >; 16 constexpr bool is_detected_exact_v = is_detected_exact<Op, Args...>::value; 22 __header `#include <boost/type_traits/is_detected_exact.hpp>` 24 The type `is_detected_exact<To, Op, Args>` is an alias for __true_type if the result of
|
D | type_traits.qbk | 164 [def __is_detected_exact [link boost_typetraits.reference.is_detected_exact is_detected_exact]] 416 [include is_detected_exact.qbk]
|
/third_party/boost/libs/type_traits/test/ |
D | is_detected_exact_test.cpp | 32 TT_TEST_BEGIN(is_detected_exact) 34 CHECK_FALSE((::tt::is_detected_exact<char, type_t, int>::value)); 35 CHECK_TRUE((::tt::is_detected_exact<char, type_t, has_type>::value)); 36 CHECK_FALSE((::tt::is_detected_exact<char, type_t, no_type>::value));
|
/third_party/boost/boost/type_traits/ |
D | is_detected_exact.hpp | 19 using is_detected_exact = is_same<Expected, detected_t<Op, Args...> >; typedef 23 constexpr bool is_detected_exact_v = is_detected_exact<Expected, Op,
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 2863 using is_detected_exact = std::is_same<Expected, detected_t<Op, Args...>>; typedef 3053 is_detected_exact<void, from_json_function, serializer, 3068 is_detected_exact<T, from_json_function, serializer, 3083 is_detected_exact<void, to_json_function, serializer, BasicJsonType&, 3183 enable_if_t<is_detected_exact<typename BasicJsonType::string_t::value_type, 3201 enable_if_t<is_detected_exact<typename BasicJsonType::string_t::value_type, 7588 is_detected_exact<bool, null_function_t, SAX>::value && 7589 is_detected_exact<bool, boolean_function_t, SAX>::value && 7590 is_detected_exact<bool, number_integer_function_t, SAX, number_integer_t>::value && 7591 is_detected_exact<bool, number_unsigned_function_t, SAX, number_unsigned_t>::value && [all …]
|
/third_party/boost/libs/type_traits/doc/html/ |
D | standalone_HTML.manifest | 123 boost_typetraits/reference/is_detected_exact.html
|