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