Public Member Functions | |
| MoveOrCopyInt () | |
| MoveOrCopyInt (int v) | |
| MoveOrCopyInt (MoveOrCopyInt &&m) noexcept | |
| MoveOrCopyInt & | operator= (MoveOrCopyInt &&m) noexcept |
| MoveOrCopyInt (const MoveOrCopyInt &c) | |
| MoveOrCopyInt & | operator= (const MoveOrCopyInt &c) |
| ~MoveOrCopyInt () | |
| MoveOrCopyInt () | |
| MoveOrCopyInt (int v) | |
| MoveOrCopyInt (MoveOrCopyInt &&m) noexcept | |
| MoveOrCopyInt & | operator= (MoveOrCopyInt &&m) noexcept |
| MoveOrCopyInt (const MoveOrCopyInt &c) | |
| 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.
References print_default_created().
|
inlineexplicit |
Definition at line 62 of file test_copy_move.cpp.
References print_created(), and value.
|
inlinenoexcept |
Definition at line 63 of file test_copy_move.cpp.
References print_move_created(), and value.
|
inline |
Definition at line 72 of file test_copy_move.cpp.
References print_copy_created(), and value.
|
inline |
Definition at line 82 of file test_copy_move.cpp.
References print_destroyed().
|
inline |
Definition at line 61 of file test_copy_move.cpp.
References print_default_created().
|
inlineexplicit |
Definition at line 62 of file test_copy_move.cpp.
References print_created(), and value.
|
inlinenoexcept |
Definition at line 63 of file test_copy_move.cpp.
References print_move_created(), and value.
|
inline |
Definition at line 72 of file test_copy_move.cpp.
References print_copy_created(), and value.
|
inline |
Definition at line 82 of file test_copy_move.cpp.
References print_destroyed().
|
inline |
Definition at line 77 of file test_copy_move.cpp.
References print_copy_assigned(), and value.
|
inline |
Definition at line 77 of file test_copy_move.cpp.
References print_copy_assigned(), and value.
|
inlinenoexcept |
Definition at line 67 of file test_copy_move.cpp.
References print_move_assigned(), and value.
|
inlinenoexcept |
Definition at line 67 of file test_copy_move.cpp.
References print_move_assigned(), and value.
| int MoveOrCopyInt::value |
Definition at line 84 of file test_copy_move.cpp.
Referenced by MoveOrCopyInt(), and operator=().