xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
unsigned_integer_64.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
raw_type.hpp
"
6
#include "
uint64.hpp
"
7
#include "
ulong.hpp
"
8
#include <concepts>
9
11
namespace
xtd
{
12
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/unsigned_integer_64_.hpp
13
template
<
typename
type_t>
14
concept
unsigned_integer_64
=
15
std::same_as<xtd::raw_type<type_t>,
xtd::uint64
> ||
16
std::same_as<xtd::raw_type<type_t>,
xtd::ulong
>;
17
}
xtd::unsigned_integer_64
Definition
unsigned_integer_64.hpp:14
xtd::ulong
__ulong__ ulong
Represents a 32-bit or 64-bit unsigned integer.
Definition
ulong.hpp:27
xtd::uint64
std::uint64_t uint64
Represents a 64-bit unsigned integer.
Definition
uint64.hpp:23
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
raw_type.hpp
Contains xtd::raw_type alias.
uint64.hpp
Contains xtd::uint64 type.
ulong.hpp
Contains xtd::ulong type.
Generated on
for xtd by
Gammasoft
. All rights reserved.