value::is_structured
Returns true if this is an array or 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.