Claw
1.7.3
|
Inherit from this class to forbid copy constructor in your class. More...
Go to the source code of this file.
Classes | |
class | claw::pattern::non_copyable |
Inherit from this class to forbid construction of your class by copy. More... |
Namespaces | |
namespace | claw |
This is the main namespace. | |
namespace | claw::pattern |
Here are the design patterns. |
Inherit from this class to forbid copy constructor in your class.
Definition in file non_copyable.hpp.