numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
rhs_comparable.h File Reference

Definition of rhs_comparable concept. More...

+ Include dependency graph for rhs_comparable.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::util
 Namespace of utilities.
 
namespace  num_collect::util::concepts
 Namespace of C++ concepts.
 

Concepts

concept  num_collect::util::concepts::rhs_less_than_comparable
 Concept of types comparable with operator< as the right-hand-side object.
 
concept  num_collect::util::concepts::rhs_less_than_or_equal_to_comparable
 Concept of types comparable with operator<= as the right-hand-side object.
 
concept  num_collect::util::concepts::rhs_greater_than_comparable
 Concept of types comparable with operator> as the right-hand-side object.
 
concept  num_collect::util::concepts::rhs_greater_than_or_equal_to_comparable
 Concept of types comparable with operator>= as the right-hand-side object.
 
concept  num_collect::util::concepts::rhs_equal_to_comparable
 Concept of types comparable with operator== as the right-hand-side object.
 
concept  num_collect::util::concepts::rhs_not_equal_to_comparable
 Concept of types comparable with operator!= as the right-hand-side object.
 
concept  num_collect::util::concepts::rhs_comparable
 Concept of types comparable as the right-hand-side object.
 

Detailed Description

Definition of rhs_comparable concept.

Definition in file rhs_comparable.h.