xtd 0.2.0
Loading...
Searching...
No Matches
arithmeticable.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "addable.hpp"
6#include "divisible.hpp"
7#include "multipliable.hpp"
8#include "subtractable.hpp"
9
11namespace xtd {
12 // Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/arithmeticable_.hpp
13 template<typename type_t>
19}
Contains xtd::addable concept.
Definition addable.hpp:12
Definition arithmeticable.hpp:14
Definition divisible.hpp:12
Definition multipliable.hpp:12
Definition subtractable.hpp:12
Contains xtd::divisible concept.
Contains xtd::multipliable concept.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::subtractable concept.