xtd 0.2.0
Loading...
Searching...
No Matches
integer.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "signed_integer.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_.hpp
11 template<typename type_t>
12 concept integer =
15}
Definition integer.hpp:12
Definition signed_integer.hpp:14
Definition unsigned_integer.hpp:14
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::signed_integer concept.
Contains xtd::unsigned_integer concept.