Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
value::operator= (15 of 24 overloads)

Assignment.

Synopsis
value&
operator=(
    std::nullptr_t) noexcept;
Description

Replace *this with null.

Exception Safety

No-throw guarantee.

Complexity

Linear in the size of *this.


PrevUpHomeNext