7 #ifndef RETDEC_UTILS_NON_COPYABLE_H
8 #define RETDEC_UTILS_NON_COPYABLE_H
A mixin to make classes non-copyable.
Definition: non_copyable.h:27
NonCopyable & operator=(const NonCopyable &)=delete
NonCopyable(const NonCopyable &)=delete
Definition: archive_wrapper.h:19