bsl::operator""_sv

Convert a wide character sequence of the specified length excluding the terminating null character starting at the beginning of the specified characterString to a wstring_view object.

Synopsis

Declared in <bslstl_stringview.h>

std::wstring_view
operator""_sv(
    wchar_t const* characterString,
    std::size_t length);