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
{
10
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/numeric_.hpp
11
template
<
typename
type_t>
12
concept
numeric
=
13
xtd::integer<type_t>
||
14
xtd::real<type_t>
;
15
}
xtd::integer
Definition
integer.hpp:12
xtd::numeric
Definition
numeric.hpp:12
xtd::real
Definition
real.hpp:13
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.