Public Member Functions | |
MoveOrCopyInt () | |
MoveOrCopyInt (const MoveOrCopyInt &c) | |
MoveOrCopyInt (int v) | |
MoveOrCopyInt (MoveOrCopyInt &&m) noexcept | |
MoveOrCopyInt & | operator= (const MoveOrCopyInt &c) |
MoveOrCopyInt & | operator= (MoveOrCopyInt &&m) noexcept |
~MoveOrCopyInt () | |
Public Attributes | |
int | value |
Definition at line 61 of file test_copy_move.cpp.
|
inline |
Definition at line 63 of file test_copy_move.cpp.
|
inlineexplicit |
Definition at line 64 of file test_copy_move.cpp.
|
inlinenoexcept |
Definition at line 65 of file test_copy_move.cpp.
|
inline |
Definition at line 74 of file test_copy_move.cpp.
|
inline |
Definition at line 84 of file test_copy_move.cpp.
|
inline |
Definition at line 79 of file test_copy_move.cpp.
|
inlinenoexcept |
Definition at line 69 of file test_copy_move.cpp.
int MoveOrCopyInt::value |
Definition at line 86 of file test_copy_move.cpp.