[#BloombergLP-bdlb-IndexSpanStringUtil-bind-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/IndexSpanStringUtil.adoc[IndexSpanStringUtil]::bind :relfileprefix: ../../../ :mrdocs: `bind` overloads == Synopses Declared in `<bdlb_indexspanstringutil.h>` Return a string view of the substring of `string` described by `span`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::string_view xref:BloombergLP/bdlb/IndexSpanStringUtil/bind-01.adoc[bind]( std::string_view const& string, xref:BloombergLP/bdlb/IndexSpan.adoc[IndexSpan] const& span); ---- [.small]#xref:BloombergLP/bdlb/IndexSpanStringUtil/bind-01.adoc[_» more..._]# Same as the preceding overload for a wide‐character `string`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::wstring_view xref:BloombergLP/bdlb/IndexSpanStringUtil/bind-07.adoc[bind]( std::wstring_view const& string, xref:BloombergLP/bdlb/IndexSpan.adoc[IndexSpan] const& span); ---- [.small]#xref:BloombergLP/bdlb/IndexSpanStringUtil/bind-07.adoc[_» more..._]# == 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]#