bsl::basic_string<char32_t>::front

Return a reference providing 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>

char32_t&
front();