|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_bounded_array_v = is_bounded_array<T>::value |
| | is_bounded_array的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_unbounded_array_v = is_unbounded_array<T>::value |
| | is_unbounded_array的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_array_v = is_array<T>::value |
| | is_array的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_lvalue_reference_v = is_lvalue_reference<T>::value |
| | is_lvalue_reference的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_rvalue_reference_v = is_rvalue_reference<T>::value |
| | is_rvalue_reference的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_reference_v = is_reference<T>::value |
| | is_reference的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_null_pointer_v = is_null_pointer<T>::value |
| | is_null_pointer的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_pointer_v = is_pointer<T>::value |
| | is_pointer的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_enum_v = is_enum<T>::value |
| | is_enum的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_integral_like_v = is_integral_like<T>::value |
| | is_integral_like的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_union_v = is_union<T>::value |
| | is_union的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_class_v = is_class<T>::value |
| | is_class的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_fundamental_v = is_fundamental<T>::value |
| | is_fundamental的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_compound_v = is_compound<T>::value |
| | is_compound的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_const_v = is_const<T>::value |
| | is_const的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_volatile_v = is_volatile<T>::value |
| | is_volatile的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_function_v = is_function<T>::value |
| | is_function的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_allocable_v = is_allocable<T>::value |
| | is_allocable的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_object_v = is_object<T>::value |
| | is_object的便捷变量模板
|
|
template<typename T> |
| constexpr bool | is_cstring_v = is_cstring<T>::value |
| | is_cstring的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_member_function_pointer_v = is_member_function_pointer<T>::value |
| | is_member_function_pointer的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_member_object_pointer_v = is_member_object_pointer<remove_cv_t<T>>::value |
| | is_member_object_pointer的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_member_pointer_v = is_member_pointer<T>::value |
| | is_member_pointer的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_scalar_v = is_scalar<T>::value |
| | is_scalar的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_empty_v = is_empty<T>::value |
| | is_empty的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_polymorphic_v = is_polymorphic<T>::value |
| | is_polymorphic的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_abstract_v = is_abstract<T>::value |
| | is_abstract的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_final_v = is_final<T>::value |
| | is_final的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_standard_layout_v = is_standard_layout<T>::value |
| | is_standard_layout的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_pod_v = is_pod<T>::value |
| | is_pod的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | has_unique_object_representations_v = has_unique_object_representations<T>::value |
| | has_unique_object_representations的便捷变量模板
|
|
template<typename T> |
| NEFORCE_INLINE17 constexpr bool | is_aggregate_v = is_aggregate<T>::value |
| | is_aggregate的便捷变量模板
|
|
template<typename Base, typename Derived> |
| NEFORCE_INLINE17 constexpr bool | is_base_of_v = is_base_of<Base, Derived>::value |
| | is_base_of的便捷变量模板
|