Public Member Functions | |
| MoveOnlyInt () | |
| MoveOnlyInt (int v) | |
| MoveOnlyInt (MoveOnlyInt &&m) noexcept | |
| MoveOnlyInt & | operator= (MoveOnlyInt &&m) noexcept |
| MoveOnlyInt (const MoveOnlyInt &)=delete | |
| MoveOnlyInt & | operator= (const MoveOnlyInt &)=delete |
| ~MoveOnlyInt () | |
| MoveOnlyInt () | |
| MoveOnlyInt (int v) | |
| MoveOnlyInt (MoveOnlyInt &&m) noexcept | |
| MoveOnlyInt & | operator= (MoveOnlyInt &&m) noexcept |
| MoveOnlyInt (const MoveOnlyInt &)=delete | |
| MoveOnlyInt & | operator= (const MoveOnlyInt &)=delete |
| ~MoveOnlyInt () | |
Public Attributes | |
| int | value |
Definition at line 40 of file test_copy_move.cpp.
|
inline |
Definition at line 42 of file test_copy_move.cpp.
References print_default_created().
|
inlineexplicit |
Definition at line 43 of file test_copy_move.cpp.
References print_created(), and value.
|
inlinenoexcept |
Definition at line 44 of file test_copy_move.cpp.
References print_move_created(), and value.
|
delete |
|
inline |
Definition at line 55 of file test_copy_move.cpp.
References print_destroyed().
|
inline |
Definition at line 42 of file test_copy_move.cpp.
References print_default_created().
|
inlineexplicit |
Definition at line 43 of file test_copy_move.cpp.
References print_created(), and value.
|
inlinenoexcept |
Definition at line 44 of file test_copy_move.cpp.
References print_move_created(), and value.
|
delete |
|
inline |
Definition at line 55 of file test_copy_move.cpp.
References print_destroyed().
|
delete |
|
delete |
|
inlinenoexcept |
Definition at line 48 of file test_copy_move.cpp.
References print_move_assigned(), and value.
|
inlinenoexcept |
Definition at line 48 of file test_copy_move.cpp.
References print_move_assigned(), and value.
| int MoveOnlyInt::value |
Definition at line 57 of file test_copy_move.cpp.
Referenced by MoveOnlyInt(), and operator=().