Boost C++ Libraries Home Libraries People FAQ More

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

Assignment.

Synopsis
value&
operator=(
    double d) noexcept;
Description

Replace *this with d.

Exception Safety

No-throw guarantee.

Complexity

Linear in the size of *this.

Parameters

Name

Description

d

The new value.


PrevUpHomeNext