numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of rhs_comparable concept. More...
#include "num_collect/util/concepts/comparable.h"
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. | |
Definition of rhs_comparable concept.
Definition in file rhs_comparable.h.