Home
last modified time | relevance | path

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

/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
/external/llvm-libc/src/__support/CPP/type_traits/
Dis_copy_assignable.h20 struct is_copy_assignable struct
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__type_traits/
Dis_assignable.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
/external/cronet/stable/third_party/libc++/src/include/__type_traits/
Dis_assignable.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
/external/cronet/tot/third_party/libc++/src/include/__type_traits/
Dis_assignable.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__type_traits/
Dis_assignable.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
/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);