![]() |
Home | Libraries | People | FAQ | More |
Pilfer constructor.
key_value_pair(pilfered
<key_value_pair
> other) noexcept;
The pair 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, |