Create a wstring from a user-defined string literal.
Declared in <bslstl_string.h>
wstring
operator""_s(
wchar_t const* characterString,
std::size_t length);
string constructed from the character literal
| Name | Description |
|---|---|
| characterString | pointer to the character sequence |
| length | number of characters excluding the null terminator |