xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd
less_than_comparable
xtd::less_than_comparable< type_t > Struct Template Reference
﹡ libraries
»
xtd.core
|
system
»
helpers
|
system
»
concepts
Definition
template<typename type_t>
struct xtd::less_than_comparable< type_t >
Represents the less than comparable concept.
Definition
template
<
typename
type_t>
concept
xtd::less_than_comparable
=
requires
(
const
type_t&
a
,
const
type_t&
b
) {{
a
<
b
} -> std::convertible_to<bool>;};
xtd::less_than_comparable
Definition
less_than_comparable.hpp:13
xtd::console_key::a
@ a
The A key.
Definition
console_key.hpp:88
xtd::console_key::b
@ b
The B key.
Definition
console_key.hpp:90
Header
#include <xtd/less_than_comparable>
Namespace
xtd
Library
xtd.core
The documentation for this struct was generated from the following file:
xtd.core/include/xtd/
less_than_comparable_.hpp
Generated on
for xtd by
Gammasoft
. All rights reserved.