xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
integer.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
signed_integer.hpp
"
6
#include "
unsigned_integer.hpp
"
7
9
namespace
xtd
{
75
template
<
typename
type_t>
76
concept
integer
=
77
xtd::signed_integer<type_t>
||
78
xtd::unsigned_integer<type_t>
;
79
}
xtd::integer
Concept integer.
Definition
integer.hpp:76
xtd::signed_integer
Concept signed_integer.
Definition
signed_integer.hpp:78
xtd::unsigned_integer
Concept unsigned_integer.
Definition
unsigned_integer.hpp:78
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
signed_integer.hpp
Contains xtd::signed_integer concept.
unsigned_integer.hpp
Contains xtd::unsigned_integer concept.
Generated on
for xtd by
Gammasoft
. All rights reserved.