[#bsl-operator_sv-0f] = xref:bsl.adoc[bsl]::operator""_sv :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::wstring_view operator""_sv( wchar_t const* characterString, std::size_t length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#