Public Member Functions | |
MoveOrCopyInt () | |
MoveOrCopyInt (int v) | |
MoveOrCopyInt (MoveOrCopyInt &&m) noexcept | |
MoveOrCopyInt (const MoveOrCopyInt &c) | |
MoveOrCopyInt & | operator= (MoveOrCopyInt &&m) noexcept |
MoveOrCopyInt & | operator= (const MoveOrCopyInt &c) |
~MoveOrCopyInt () | |
Public Attributes | |
int | value |
Definition at line 59 of file test_copy_move.cpp.
|
inline |
Definition at line 61 of file test_copy_move.cpp.
|
inlineexplicit |
Definition at line 62 of file test_copy_move.cpp.
|
inlinenoexcept |
Definition at line 63 of file test_copy_move.cpp.
|
inline |
Definition at line 72 of file test_copy_move.cpp.
|
inline |
Definition at line 82 of file test_copy_move.cpp.
|
inlinenoexcept |
Definition at line 67 of file test_copy_move.cpp.
|
inline |
Definition at line 77 of file test_copy_move.cpp.
int MoveOrCopyInt::value |
Definition at line 84 of file test_copy_move.cpp.