xtd 0.2.0
Loading...
Searching...
No Matches

◆ operator""_s() [5/6]

xtd::ustring xtd::literals::operator""_s ( const wchar s,
size_t  n 
)

Used to convert specified value into xtd::ustring.

Namespace
xtd
Library
xtd.core
Examples
xtd::ustring s = L"This is a "_s + L"simple test"_s;
std::cout << s << std::endl;
Represents text as a sequence of UTF-8 code units.
Definition ustring.h:53
@ s
The S key.