mn_copyable.hpp
Go to the documentation of this file.
copy_move_tag()=default
only_copyable_tag(const this_type &other)=default
this_type & operator=(const this_type &other)=default
only_copyable_tag()=default
this_type & operator=(const this_type &)=delete
only_move_tag(const this_type &)=delete
only_move_tag(this_type &&other)=default
this_type & operator=(this_type &&other)=default
only_move_tag()=default
only_oneable_tag(const this_type &)=delete
only_oneable_tag(this_type &&other)=delete
only_oneable_tag()=default
this_type & operator=(const this_type &)=delete
this_type & operator=(this_type &&other)=delete
Definition: mn_allocator_typetraits.hpp:25