key_value_pair::key

The pair’s key.

Synopsis

string_view const
key() const noexcept;

Description

After construction, the key may not be modified.

Complexity

Constant.

Exception Safety

No-throw guarantee.