Go to the documentation of this file.
4 #ifdef __cpp_size_t_suffix
5 # warning "This code should be converted to use the c++23 Z/UZ literals."
35 constexpr ssize_t
operator "" _Z(
unsigned long long v)
36 {
return static_cast<ssize_t
>(v); }
37 constexpr
size_t operator "" _UZ(
unsigned long long v)
38 {
return static_cast<size_t>(v); }
40 #endif // SIZETLITERAL_H