Searched defs:is_copy_assignable (Results 1 – 8 of 8) sorted by relevance
130 template <class T> struct is_copy_assignable : public integral_constant<bool, ::boost::detail::is_c… struct131 template <> struct is_copy_assignable<void> : public false_type{}; struct133 template <> struct is_copy_assignable<void const> : public false_type{}; struct134 template <> struct is_copy_assignable<void const volatile> : public false_type{}; struct135 template <> struct is_copy_assignable<void volatile> : public false_type{}; struct
24 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
32 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
951 struct is_copy_assignable struct962 typedef char yes_type;963 struct no_type { char dummy[2]; };969 static const bool value = sizeof(test<T>(0)) == sizeof(yes_type);