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

◆ operator""_u64() [3/7]

uint64 xtd::literals::operator""_u64 ( const char *  s,
size_t  n 
)

Used to convert specified value into byte.

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