Private assignment operator (operator =) ensures that derived classes can't be copied by assignment.
More...
#include <nonassignable.h>
Detailed Description
Private assignment operator (operator =) ensures that derived classes can't be copied by assignment.
- Note
- Intended use as a baseclass only.
- Author
- klaus triendl
Constructor & Destructor Documentation
sigx::nonassignable::nonassignable |
( |
| ) |
|
|
inlineprotected |
sigx::nonassignable::~nonassignable |
( |
| ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: