xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
literals
uint64.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <cstddef>
6
#include "
../uint64.hpp
"
7
#define __XTD_STD_INTERNAL__
8
#include "
../internal/__xtd_std_version.hpp
"
9
#undef __XTD_STD_INTERNAL__
10
12
namespace
xtd
{
14
inline
namespace
literals
{
16
28
[[nodiscard]]
auto
operator
""
_u64(
long
double
n
) ->
xtd::uint64
;
29
40
[[nodiscard]]
auto
operator
""
_u64(
unsigned
long
long
n
) ->
xtd::uint64
;
41
52
[[nodiscard]]
auto
operator
""
_u64(
const
char
*
s
, std::size_t
n
) ->
xtd::uint64
;
53
64
[[nodiscard]]
auto
operator
""
_u64(
const
char8_t
*
s
, std::size_t
n
) ->
xtd::uint64
;
65
76
[[nodiscard]]
auto
operator
""
_u64(
const
char16_t
*
s
, std::size_t
n
) ->
xtd::uint64
;
77
88
[[nodiscard]]
auto
operator
""
_u64(
const
char32_t
*
s
, std::size_t
n
) ->
xtd::uint64
;
89
100
[[nodiscard]]
auto
operator
""
_u64(
const
wchar_t
*
s
, std::size_t
n
) ->
xtd::uint64
;
102
}
103
}
__xtd_std_version.hpp
xtd::uint64
std::uint64_t uint64
Represents a 64-bit unsigned integer.
Definition
uint64.hpp:23
xtd::console_key::s
@ s
The S key.
Definition
console_key.hpp:124
xtd::console_key::n
@ n
The N key.
Definition
console_key.hpp:114
xtd::literals
The xtd::literals namespace contains all xtd's litterals operators.
Definition
byte.hpp:14
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
uint64.hpp
Contains xtd::uint64 type.
Generated on Wed Feb 11 2026 20:07:05 for xtd by
Gammasoft
. All rights reserved.