opensurgsim
Public Member Functions | List of all members
Movable Class Reference

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)
 

Detailed Description

A class that supports move construction and move assignment but not copying.


The documentation for this class was generated from the following file: