key_value_pair::value

Return the value of this element.

Synopsis

value const&
value() const& noexcept; (1)

value&&
value() && noexcept; (2)

value&
value() & noexcept; (3)

Complexity

Constant.

Exception Safety

No-throw guarantee.