value::emplace_null

Change the kind to null, discarding the previous contents.

Synopsis

void
emplace_null() noexcept;

Description

The value is replaced with a null, destroying the previous contents.

Complexity

Linear in the size of *this.

Exception Safety

No-throw guarantee.