xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
integer_arithmeticable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
arithmeticable.hpp
"
6
#include "
modable.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_arithmeticable_.hpp
11
template
<
typename
type_t>
12
concept
integer_arithmeticable
=
13
xtd::arithmeticable<type_t>
&&
14
xtd::modable<type_t>
;
15
}
arithmeticable.hpp
Contains xtd::arithmeticable concept.
xtd::arithmeticable
Definition
arithmeticable.hpp:14
xtd::integer_arithmeticable
Definition
integer_arithmeticable.hpp:12
xtd::modable
Definition
modable.hpp:12
modable.hpp
Contains xtd::modable concept.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.