[#bsl-operator_sv-04] = xref:bsl.adoc[bsl]::operator""_sv :relfileprefix: ../ :mrdocs: `operator""_sv` overloads == Synopses Declared in `<bslstl_stringview.h>` Convert a character sequence of the specified `length` excluding the terminating null character starting at the beginning of the specified `characterString` to a string_view object of the indicated return type. (See the "User‐Defined Literals" section in the component‐level documentation.) [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string_view xref:bsl/operator_sv-0c.adoc[operator""_sv]( char const* characterString, std::size_t length); ---- [.small]#xref:bsl/operator_sv-0c.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::wstring_view xref:bsl/operator_sv-0f.adoc[operator""_sv]( wchar_t const* characterString, std::size_t length); ---- [.small]#xref:bsl/operator_sv-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#