Searched defs:is_copy_assignable (Results 1 – 2 of 2) 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
776 struct is_copy_assignable struct787 typedef char yes_type;788 struct no_type { char dummy[2]; };794 static const bool value = sizeof(test<T>(0)) == sizeof(yes_type);