Boost C++ Libraries Home Libraries People FAQ More

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

Assignment.

Synopsis
value&
operator=(
    bool b) noexcept;
Description

Replace *this with b.

Exception Safety

No-throw guarantee.

Complexity

Linear in the size of *this.

Parameters

Name

Description

b

The new value.


PrevUpHomeNext