xtd 0.2.0
Loading...
Searching...
No Matches
numeric.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "integer.hpp"
6#include "real.hpp"
7
9namespace xtd {
75 template<typename type_t>
76 concept numeric =
79}
Concept integer.
Definition integer.hpp:76
Concept numeric.
Definition numeric.hpp:76
Concept real.
Definition real.hpp:77
Contains xtd::integer concept.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::real concept.