Public Member Functions | |
| MoveOnlyInt () | |
| MoveOnlyInt (int v) | |
| MoveOnlyInt (MoveOnlyInt &&m) | |
| MoveOnlyInt & | operator= (MoveOnlyInt &&m) |
| MoveOnlyInt (const MoveOnlyInt &)=delete | |
| MoveOnlyInt & | operator= (const MoveOnlyInt &)=delete |
| ~MoveOnlyInt () | |
Public Attributes | |
| int | value |
Definition at line 37 of file test_copy_move.cpp.
|
inline |
Definition at line 39 of file test_copy_move.cpp.
|
inline |
Definition at line 40 of file test_copy_move.cpp.
|
inline |
Definition at line 41 of file test_copy_move.cpp.
|
delete |
|
inline |
Definition at line 45 of file test_copy_move.cpp.
|
delete |
|
inline |
Definition at line 42 of file test_copy_move.cpp.
| int MoveOnlyInt::value |
Definition at line 47 of file test_copy_move.cpp.
1.8.19