17 #ifndef CPP_MATE_NONCOPYABLE_HPP
18 #define CPP_MATE_NONCOPYABLE_HPP
Represent base class for uncopable instances.
Definition: Noncopyable.hpp:26
Noncopyable & operator=(const Noncopyable &other)=delete
Deleted operator =.
Noncopyable(Noncopyable &&other)=delete
Deleted move constructor.
Noncopyable & operator=(Noncopyable &&other)=delete
Deleted operator = for rvalue.
Noncopyable(const Noncopyable &other)=delete
Deleted copy constructor.
virtual ~Noncopyable()=default
Definition: BinaryData.hpp:28