User‐defined literal creating a wstring from the specified characterString of the specified length.

Synopsis

Declared in <bslstl_string.h>

wstring
operator""_s(
    wchar_t const* characterString,
    std::size_t length);

Created with MrDocs