xtd
0.2.0
Loading...
Searching...
No Matches
◆
operator""_s()
[4/6]
xtd::ustring
xtd::literals::operator""_s
(
const
char32
*
s
,
size_t
n
)
Used to convert specified value into
xtd::ustring
.
Namespace
xtd
Library
xtd.core
Examples
xtd::ustring
s
=
u
"This is a "
_s +
u
"simple test"
_s;
std::cout <<
s
<< std::endl;
xtd::ustring
Represents text as a sequence of UTF-8 code units.
Definition
ustring.h:53
xtd::console_key::s
@ s
The S key.
xtd::console_key::u
@ u
The U key.
xtd
literals
Generated on Thu Aug 15 2024 14:29:08 for xtd by
Gammasoft
. All rights reserved.