array
array::back
array::front
array::data
value
string
object
storage_ptr
Access the last element.
value& back() & noexcept; (1) value&& back() && noexcept; (2) value const& back() const& noexcept; (3)
Returns a reference to the last element.
!empty()
Constant.