array
array::pop_back
array::emplace_back
array::swap
value
string
object
storage_ptr
Remove the last element.
void pop_back() noexcept;
The last element of the container is erased.
! empty()
No-throw guarantee.