Return an std::basic_string (synonymous with std::basic_string) having the value of the string bound to this string reference.
Synopsis
Declared in <bslstl_stringref.h>
operator std::basic_string<CHAR_TYPE>() const;
Return Value
std::basic_string copy of the referenced character sequence
Created with MrDocs