mCRL2
|
Inherit from this class to prevent it from being copyable. More...
#include <noncopyable.h>
Public Member Functions | |
noncopyable ()=default | |
noncopyable (const noncopyable &)=delete | |
noncopyable & | operator= (const noncopyable &)=delete |
Inherit from this class to prevent it from being copyable.
Declares the copy (assignment) constructors as deleted.
Definition at line 20 of file noncopyable.h.
|
default |
|
delete |
|
delete |