xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
integer_64.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
signed_integer_64.hpp
"
6
#include "
unsigned_integer_64.hpp
"
7
9
namespace
xtd
{
10
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/integer_64_.hpp
11
template
<
typename
type_t>
12
concept
integer_64
=
13
xtd::signed_integer_64<type_t>
||
14
xtd::unsigned_integer_64<type_t>
;
15
}
xtd::integer_64
Definition
integer_64.hpp:12
xtd::signed_integer_64
Definition
signed_integer_64.hpp:14
xtd::unsigned_integer_64
Definition
unsigned_integer_64.hpp:14
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
signed_integer_64.hpp
Contains xtd::signed_integer_64 concept.
unsigned_integer_64.hpp
Contains xtd::unsigned_integer_64 concept.
Generated on
for xtd by
Gammasoft
. All rights reserved.