Same as the preceding overload for wide-character string.
Declared in <bdlb_indexspanstringutil.h>
static
IndexSpan
create(
std::wstring_view const& string,
IndexSpan::size_type begin,
IndexSpan::size_type length);
an IndexSpan describing the substring at begin of length
| Name | Description |
|---|---|
| string | string containing the substring |
| begin | starting position of the substring |
| length | length of the substring |