bsl::basic_string::back

Return a reference to the last character of this string.

Synopses

Declared in <bslstl_string.h>

Return a reference to the last character of this string.

CHAR_TYPE&
back();
» more...

Return a reference to the last character of this string.

CHAR_TYPE const&
back() const;
» more...

Return Value

reference to the last character of this string