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