...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Assignment.
value
& operator=(std::nullptr_t
) noexcept;
Replace *this
with null.
No-throw guarantee.
Linear in the size of *this
.