#include <non_copyable.hpp>

Definition at line 41 of file non_copyable.hpp.
Public Member Functions | |
| non_copyable () | |
| Default constructor. | |
Private Member Functions | |
| non_copyable (const non_copyable &that) | |
| Copy constructor is private. | |
| claw::concept::non_copyable::non_copyable | ( | ) | [inline] |
| claw::concept::non_copyable::non_copyable | ( | const non_copyable & | that | ) | [inline, private] |
Copy constructor is private.
| that | Instance to copy from. |
Definition at line 52 of file non_copyable.hpp.
1.5.5