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

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

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

Used to convert specified value into xtd::ustring.

Namespace
xtd
Library
xtd.core
Examples
xtd::ustring s = u8"This is a "_s + u8"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.