bsl::basic_string<char32_t>::clear

Reset this string to an empty value. Note that the capacity may change (or not if BASIC_STRING_DEALLOCATE_IN_CLEAR is false). Note that the Standard doesn't allow to reduce capacity on clear.

Synopsis

Declared in <bslstl_string.h>

void
clear() noexcept;