![]() |
Home | Libraries | People | FAQ | More |
Change the kind to null, discarding the previous contents.
void emplace_null();
The value is replaced with a null, destroying the previous contents.
Linear in the size of *this
.
No-throw guarantee.