Same as the preceding overload for wide-character string.
Declared in <bdlb_indexspanstringutil.h>
static
IndexSpan
createFromPositions(
std::wstring_view const& string,
IndexSpan::size_type begin,
IndexSpan::size_type end);
an IndexSpan describing the half-open range [begin, end)]
| Name | Description |
|---|---|
| string | string containing the substring |
| begin | starting position of the substring |
| end | one-past-the-end position of the substring |