xtd 0.2.0
Loading...
Searching...
No Matches
comparable.hpp
Go to the documentation of this file.
1
4#pragma once
7
9namespace xtd {
10 // Since Doxygen does not work properly with the C++20 concept, the documentation for this concept is declared in xtd/comparable_.hpp
11 template<typename value_t>
12 concept comparable =
15}
Definition comparable.hpp:12
Definition greater_than_comparable.hpp:13
Definition less_than_comparable.hpp:13
Contains xtd::helpers::greater_than_comparable concept.
Contains xtd::helpers::less_than_comparable concept.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8