![]() |
Home | Libraries | People | FAQ | More |
Move constructor.
value( value&& other);
The value is constructed by acquiring ownership of the contents of other
and shared ownership of other
's memory resource.
After construction, the moved-from value becomes a null value with its current storage pointer.
Constant.
No-throw guarantee.
Name |
Description |
---|---|
|
The value to move. |