![]() |
Scarab
2.8.1
Project 8 C++ Utility Library
|
Public Member Functions | |
| MoveOrCopyInt () | |
| MoveOrCopyInt (int v) | |
| MoveOrCopyInt (MoveOrCopyInt &&m) | |
| MoveOrCopyInt & | operator= (MoveOrCopyInt &&m) |
| MoveOrCopyInt (const MoveOrCopyInt &c) | |
| 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 value |
Definition at line 59 of file test_copy_move.cpp.
1.8.13