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 "
greater_than_comparable.hpp
"
6
#include "
less_than_comparable.hpp
"
7
9
namespace
xtd
{
28
template
<
typename
value_t>
29
concept
comparable
=
30
xtd::less_than_comparable<value_t>
&&
31
xtd::greater_than_comparable<value_t>
;
32
}
xtd::comparable
Concept comparable.
Definition
comparable.hpp:29
xtd::greater_than_comparable
Concept greater than comparable.
Definition
greater_than_comparable.hpp:27
xtd::less_than_comparable
Concept less than comparable.
Definition
less_than_comparable.hpp:27
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
for xtd by
Gammasoft
. All rights reserved.