[#BloombergLP-bdlb-IndexSpanStringUtil-bind-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/IndexSpanStringUtil.adoc[IndexSpanStringUtil]::bind :relfileprefix: ../../../ :mrdocs: Same as the preceding overload for a wide‐character `string`. == Synopsis Declared in `<bdlb_indexspanstringutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::wstring_view bind( std::wstring_view const& string, xref:BloombergLP/bdlb/IndexSpan.adoc[IndexSpan] const& span); ---- == Return Value a string view of the substring described by `span` == Parameters [cols="1,4"] |=== | Name| Description | *string* | string containing the substring | *span* | index span describing the substring |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#