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

◆ operator""_u16() [6/7]

uint16 xtd::literals::operator""_u16 ( const char32 s,
size_t  n 
)

Used to convert specified value into byte.

Namespace
xtd
Library
xtd.core
Examples
std::cout << U"125"_u16 << std::endl;