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,
std::pmr::wstring::const_iterator end);
an IndexSpan describing the half-open range [begin, end)]
| Name | Description |
|---|---|
| string | string containing the substring |
| begin | iterator to the start of the substring |
| end | iterator one past the end of the substring |