Searched refs:false_type (Results 1 – 14 of 14) sorted by relevance
52 struct is_same : false_type {};104 struct is_const : false_type {};111 struct is_array : false_type {};122 struct is_pointer : false_type {};129 struct is_reference : false_type {};138 struct is_lvalue_reference : false_type {};145 struct is_rvalue_reference : false_type {};267 struct is_integral : false_type {};319 struct is_unsigned<T, false> : false_type {};328 struct is_signed<T, false> : false_type {};[all …]
87 struct HasData : false_type {};91 struct HasSize : false_type {};
1215 struct has_iterator_category : BASE_NS::false_type {1228 struct has_ptr_method : BASE_NS::false_type {};
130 struct is_defined : BASE_NS::false_type {131 using type = BASE_NS::false_type;148 inline constexpr auto PropertyTypeDeclFromType<const aType, BASE_NS::false_type>() \158 inline constexpr auto PropertyTypeDeclFromType<aType, BASE_NS::false_type>() \
168 …xpr CORE_NS::PropertyTypeDecl coreType = CorePropertyTypeDeclFromType<void, BASE_NS::false_type>();182 ::META_NS::CorePropertyTypeDeclFromType<a, BASE_NS::false_type>(); \194 ::META_NS::CorePropertyTypeDeclFromType<BASE_NS::vector<a>, BASE_NS::false_type>(); \
48 static BASE_NS::false_type Test(...); in META_BEGIN_NAMESPACE()75 static auto Test(...) -> BASE_NS::false_type;91 static auto Test(...) -> BASE_NS::false_type;
25 static std::false_type checkHas(...); \
42 struct IsVector : std::false_type {};
31 struct IsStreamable : public std::false_type {};
76 struct HasContiguousLayout : std::false_type {};
90 struct supports_arithmetic : std::false_type {};97 struct supports_animatable_arithmetic : std::false_type {};
30 struct is_container : std::false_type {
126 struct always_false : std::false_type {};