[#BloombergLP-bslstl-StringRefData-04-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/StringRefData-04.adoc[StringRefData]::StringRefData :relfileprefix: ../../../ :mrdocs: Create a `StringRefData` object the specified `begin` and `end` attribute values. The behavior is undefined unless `begin <= end` and `!begin == !end`. == Synopsis Declared in `<bslstl_stringrefdata.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- StringRefData( CHAR_TYPE const* begin, CHAR_TYPE const* end); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#