Returns a read-only (constant) reference to the data at the last element of the string.
1243 {
1246 }
#define __glibcxx_assert(cond)
constexpr size_type size() const noexcept
Returns the number of characters in the string, not including any null-termination.
constexpr bool empty() const noexcept
constexpr const_reference operator[](size_type __pos) const noexcept
Subscript access to the data contained in the string.