Home
last modified time | relevance | path

Searched defs:is_copy_assignable (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_copy_assignable.hpp130 template <class T> struct is_copy_assignable : public integral_constant<bool, ::boost::detail::is_c… struct
131 template <> struct is_copy_assignable<void> : public false_type{}; struct
133 template <> struct is_copy_assignable<void const> : public false_type{}; struct
134 template <> struct is_copy_assignable<void const volatile> : public false_type{}; struct
135 template <> struct is_copy_assignable<void volatile> : public false_type{}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dis_copy_assignable.h24 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dis_copy_assignable.h24 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dis_copy_assignable.h24 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_assignable.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dis_assignable.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dis_assignable.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp951 struct is_copy_assignable struct
962 typedef char yes_type;
963 struct no_type { char dummy[2]; };
969 static const bool value = sizeof(test<T>(0)) == sizeof(yes_type);