BloombergLP::bdlb::IndexSpanStringUtil::create

Same as the preceding overload for wide-character views.

Synopsis

Declared in <bdlb_indexspanstringutil.h>

static
IndexSpan
create(
    std::wstring_view const& string,
    std::wstring_view const& subString);

Return Value

an IndexSpan describing subString within string

Parameters

NameDescription
stringstring containing the substring
subStringview defining the substring within string