File uncopyable.hxx#
-
class Uncopyable#
Inherit from this class (private) to prevent copying.
Public Functions
-
Uncopyable(const Uncopyable&) = delete#
-
Uncopyable &operator=(const Uncopyable&) = delete#
-
Uncopyable(const Uncopyable&) = delete#
Inherit from this class (private) to prevent copying.
Public Functions