array::empty

Check if the array has no elements.

Synopsis

bool
empty() const noexcept;

Description

Returns true if there are no elements in the array, i.e. size() returns 0.

Complexity

Constant.

Exception Safety

No-throw guarantee.