xtd 0.2.0
Loading...
Searching...
No Matches
xtd::less_than_comparable< type_t > Struct Template Reference

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>;};
Definition less_than_comparable.hpp:13
@ a
The A key.
Definition console_key.hpp:88
@ 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: