8#define __XTD_STD_INTERNAL__
10#undef __XTD_STD_INTERNAL__
29 [[nodiscard]]
auto operator""_i64(
long double n) ->
xtd::int64;
41 [[nodiscard]]
auto operator""_i64(
unsigned long long n) ->
xtd::int64;
125 [[nodiscard]]
auto operator""_s64(
unsigned long long n) ->
xtd::int64;
std::int64_t int64
Represents a 64-bit signed integer.
Definition int64.hpp:23
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::int64 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.