|  | Home | Libraries | People | FAQ | More | 
Pilfer constructor.
object( pilfered< object > other);
            The object 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,  |