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

Definition

template<typename type_t>
struct xtd::greater_than_comparable< type_t >

Represents the greater than comparable concept.

Definition
template<typename type_t>
concept xtd::greater_than_comparable = requires(const type_t& a, const type_t& b) {{ a > b } -> std::convertible_to<bool>;};
Definition greater_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/greater_than_comparable>
Namespace
xtd
Library
xtd.core

The documentation for this struct was generated from the following file: