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
{
46
template
<
typename
type_t>
47
concept
integer_arithmeticable
=
48
xtd::arithmeticable<type_t>
&&
49
xtd::modable<type_t>
;
50
}
arithmeticable.hpp
Contains xtd::arithmeticable concept.
xtd::arithmeticable
Concept arithmeticable.
Definition
arithmeticable.hpp:49
xtd::integer_arithmeticable
Concept integer_arithmeticable.
Definition
integer_arithmeticable.hpp:47
xtd::modable
Concept modable.
Definition
modable.hpp:47
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.