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