Bind this string reference to the specified str string. The string indicated by str must remain valid as long as it is bound to this object.
Synopsis
Declared in <bslstl_stringref.h>
void
assign(bsl::basic_string<char> const& str);
Created with MrDocs