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 {
10 // Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/numeric_.hpp
11 template<typename type_t>
12 concept numeric =
15}
Definition integer.hpp:12
Definition numeric.hpp:12
Definition real.hpp:13
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.