Home
last modified time | relevance | path

Searched defs:is_copy_constructible (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_constructible.hpp23 template <class T> struct is_copy_constructible : public boost::is_constructible<T, const T&>{}; struct
25 template <> struct is_copy_constructible<void> : public false_type{}; struct
26 template <> struct is_copy_constructible<void const> : public false_type{}; struct
27 template <> struct is_copy_constructible<void const volatile> : public false_type{}; struct
28 template <> struct is_copy_constructible<void volatile> : public false_type{}; struct
52 …template <class T> struct is_copy_constructible : public detail::is_copy_constructible_imp<T, is_n… struct
54 template <> struct is_copy_constructible<void> : public false_type{}; struct
55 template <> struct is_copy_constructible<void const> : public false_type{}; struct
56 template <> struct is_copy_constructible<void const volatile> : public false_type{}; struct
57 template <> struct is_copy_constructible<void volatile> : public false_type{}; struct
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dis_copy_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_copy_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dis_copy_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_copy_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dis_copy_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_copy_constructible struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dis_constructible.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_constructible.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dis_constructible.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_constructible struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp915 struct is_copy_constructible struct
934 static const bool value = sizeof(test(source<T>())) == sizeof(yes_type);