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