Public Member Functions | |
| CopyOnlyInt () | |
| CopyOnlyInt (int v) | |
| CopyOnlyInt (const CopyOnlyInt &c) | |
| CopyOnlyInt & | operator= (const CopyOnlyInt &c) |
| ~CopyOnlyInt () | |
Public Attributes | |
| int | value |
Definition at line 86 of file test_copy_move.cpp.
|
inline |
Definition at line 88 of file test_copy_move.cpp.
|
inlineexplicit |
Definition at line 89 of file test_copy_move.cpp.
|
inline |
Definition at line 90 of file test_copy_move.cpp.
|
inline |
Definition at line 100 of file test_copy_move.cpp.
|
inline |
Definition at line 95 of file test_copy_move.cpp.
| int CopyOnlyInt::value |
Definition at line 102 of file test_copy_move.cpp.