Reset this string reference to the empty default‐constructed state.
Synopsis
Declared in <bslstl_stringref.h>
void
reset();
Description
Reset this string reference to the default‐constructed state having an empty std::string value and the following attribute values: ` begin() == end() isEmpty() == true `
Created with MrDocs