Public Member Functions | |
MoveOnlyInt () | |
MoveOnlyInt (int v) | |
MoveOnlyInt (MoveOnlyInt &&m) | |
MoveOnlyInt (const MoveOnlyInt &)=delete | |
MoveOnlyInt & | operator= (MoveOnlyInt &&m) |
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.
|
inline |
Definition at line 42 of file test_copy_move.cpp.
|
delete |
int MoveOnlyInt::value |
Definition at line 47 of file test_copy_move.cpp.