Public Member Functions | |
| MoveOrCopyInt () | |
| MoveOrCopyInt (int v) | |
| MoveOrCopyInt (MoveOrCopyInt &&m) | |
| MoveOrCopyInt (const MoveOrCopyInt &c) | |
| MoveOrCopyInt & | operator= (MoveOrCopyInt &&m) |
| MoveOrCopyInt & | operator= (const MoveOrCopyInt &c) |
| ~MoveOrCopyInt () | |
Public Attributes | |
| int | value |
Definition at line 49 of file test_copy_move.cpp.
|
inline |
Definition at line 51 of file test_copy_move.cpp.
|
inline |
Definition at line 52 of file test_copy_move.cpp.
|
inline |
Definition at line 53 of file test_copy_move.cpp.
|
inline |
Definition at line 55 of file test_copy_move.cpp.
|
inline |
Definition at line 57 of file test_copy_move.cpp.
|
inline |
Definition at line 54 of file test_copy_move.cpp.
|
inline |
Definition at line 56 of file test_copy_move.cpp.
| int MoveOrCopyInt::value |
Definition at line 59 of file test_copy_move.cpp.