[#BloombergLP-bslstl-StringRefImp-02-2conversion-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/StringRefImp-02.adoc[StringRefImp<char>]::operator std::basic_string<char> :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- operator std::basic_string<char>() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#