xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
comparable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
helpers/greater_than_comparable.hpp
"
6
#include "
helpers/less_than_comparable.hpp
"
7
9
namespace
xtd
{
29
template
<
typename
value_t>
30
concept
comparable
=
xtd::helpers::less_than_comparable<value_t>
&&
xtd::helpers::greater_than_comparable<value_t>
;
31
}
xtd::comparable
Definition
comparable.hpp:30
xtd::helpers::greater_than_comparable
Concept greather than comparable.
Definition
greater_than_comparable.hpp:28
xtd::helpers::less_than_comparable
Concept less than comparable.
Definition
less_than_comparable.hpp:28
greater_than_comparable.hpp
Contains xtd::helpers::greater_than_comparable concept.
less_than_comparable.hpp
Contains xtd::helpers::less_than_comparable concept.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on Wed Feb 11 2026 20:07:04 for xtd by
Gammasoft
. All rights reserved.