key_value_pair
key_value_pair::value
key_value_pair::operator=
value
string
array
object
storage_ptr
Return the value of this element.
value const& value() const& noexcept; (1) value&& value() && noexcept; (2) value& value() & noexcept; (3)
Constant.
No-throw guarantee.