Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
key_value_pair::value (1 of 3 overloads)

Return the value of this element.

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

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext