value::is_structured

Checks if this is an array or an object.

Synopsis

bool
is_structured() const noexcept;

Description

This function returns true if kind() is either kind::object or kind::array.

Complexity

Constant.

Exception Safety

No-throw guarantee.