xtd 0.2.0
Loading...
Searching...
No Matches
integer_arithmeticable.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "arithmeticable.hpp"
6#include "modable.hpp"
7
9namespace 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>
15}
Contains xtd::arithmeticable concept.
Definition arithmeticable.hpp:14
Definition integer_arithmeticable.hpp:12
Definition modable.hpp:12
Contains xtd::modable concept.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8