Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
key_value_pair::value (1 of 2 overloads)

Return the value of this element.

Synopsis
json::value const&
value() const;
Description Complexity

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext