Return a reference providing non‐modifiable access to the character at the first position in this string. The behavior is undefined if this string is empty.
Synopsis
Declared in <bslstl_string.h>
CHAR_TYPE const&
front() const;
Return Value
reference to the first character of this string
Created with MrDocs