/NonCopyable

Noddy macro to make a class non-copyable. It defines the copy and move constructors and assignment operators as deleted.

Primary LanguageC++

No issues in this repository yet.