numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::util::concepts::rhs_greater_than_comparable Concept Reference

Concept of types comparable with operator> as the right-hand-side object. More...

#include <num_collect/util/concepts/rhs_comparable.h>

Concept definition

template<typename T, typename U>
Concept of comparable types with operator>.
Definition comparable.h:55
Concept of types comparable with operator> as the right-hand-side object.

Detailed Description

Concept of types comparable with operator> as the right-hand-side object.

Template Parameters
TRight-hand-side type.
ULeft-hand-side type.

Definition at line 55 of file rhs_comparable.h.