Home
last modified time | relevance | path

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

/third_party/boost/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
/third_party/boost/boost/move/detail/
Dtype_traits.hpp776 struct is_copy_assignable struct
787 typedef char yes_type;
788 struct no_type { char dummy[2]; };
794 static const bool value = sizeof(test<T>(0)) == sizeof(yes_type);