xtd 0.2.0
Loading...
Searching...
No Matches
real.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "real_decimal.hpp"
6#include "real_double.hpp"
7#include "real_single.hpp"
8
10namespace xtd {
11 // Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/real_.hpp
12 template<typename type_t>
13 concept real =
17}
Definition real_decimal.hpp:13
Definition real_double.hpp:13
Definition real_single.hpp:13
Definition real.hpp:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::real_decimal concept.
Contains xtd::real_double concept.
Contains xtd::real_single concept.