|  | Home | Libraries | People | FAQ | More | 
Pilfer constructor.
value( pilfered< value > other);
            The value is constructed by acquiring ownership of the contents of other using pilfer semantics. This
            is more efficient than move construction, when it is known that the moved-from
            object will be immediately destroyed afterwards.
          
Constant.
No-throw guarantee.
| Name | Description | 
|---|---|
| 
                       | 
                      The value to pilfer. After pilfer construction,  |