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();

Return a reference to the last character of this string.

CHAR_TYPE const&
back() const;

Return Value

reference to the last character of this string

Created with MrDocs