DynXX-Cxx
Loading...
Searching...
No Matches
CompletelyComparableT Concept Reference
#include <
Types.hxx
>
Concept definition
template
<
typename
T>
concept
CompletelyComparableT
=
requires
(
T
a
,
T
b
)
{
{
a <=>
b
} -> std::convertible_to<std::partial_ordering>;
}
MinV
constexpr T MinV()
Definition
Types.hxx:151
CompletelyComparableT
Definition
Types.hxx:90
Generated by
1.9.8