Same as the preceding overload for the specified string type.
Declared in <bdlb_indexspanstringutil.h>
static
IndexSpan
create(
std::pmr::wstring const& string,
std::pmr::wstring::const_iterator begin,
IndexSpan::size_type length);
an IndexSpan describing the substring at begin of length
| Name | Description |
|---|---|
| string | string containing the substring |
| begin | iterator to the start of the substring |
| length | length of the substring |