8#define __XTD_STD_INTERNAL__
10#undef __XTD_STD_INTERNAL__
29 [[nodiscard]]
auto operator""_i32(
long double n) ->
xtd::int32;
41 [[nodiscard]]
auto operator""_i32(
unsigned long long n) ->
xtd::int32;
125 [[nodiscard]]
auto operator""_s32(
unsigned long long n) ->
xtd::int32;
std::int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:25
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition usize.hpp:22
@ s
The S key.
Definition console_key.hpp:124
@ n
The N key.
Definition console_key.hpp:114
Contains xtd::int32 type.
The xtd::literals namespace contains all xtd's litterals operators.
Definition byte.hpp:15
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::usize type.