key_value_pair::value

The pair’s value.

Synopsis

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

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

value&
value() & noexcept; (3)

Complexity

Constant.

Exception Safety

No-throw guarantee.