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
{
9
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/number_.hpp
10
template
<
typename
value_t>
11
concept
number
=
xtd::numeric<value_t>
;
12
}
xtd::number
Definition
number.hpp:11
xtd::numeric
Definition
numeric.hpp:12
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.