value::is_array

Check if this is an array.

Synopsis

bool
is_array() const noexcept;

Description

Returns true if the value’s kind() is kind::array.

Complexity

Constant.

Exception Safety

No-throw guarantee.

Return Value

this->kind() == kind::array.