array::pop_back

Remove the last element.

Synopsis

void
pop_back() noexcept;

Description

The last element of the container is erased.

Preconditions

! empty()

Exception Safety

No-throw guarantee.