Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
key_value_pair::value (2 of 3 overloads)

Return the value of this element.

Synopsis
value&&
value() && noexcept;
Complexity

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext