opensurgsim
|
A class that supports move construction and move assignment but not copying. More...
Public Member Functions | |
Movable (Movable &&o) | |
void | operator= (Movable &&o) |
int | getValue () const |
void | setValue (int d) |
A class that supports move construction and move assignment but not copying.