numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of comparable concept. More...
#include "num_collect/base/concepts/decayed_to.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::less_than_comparable |
Concept of comparable types with operator<. | |
concept | num_collect::util::concepts::less_than_or_equal_to_comparable |
Concept of comparable types with operator<=. | |
concept | num_collect::util::concepts::greater_than_comparable |
Concept of comparable types with operator>. | |
concept | num_collect::util::concepts::greater_than_or_equal_to_comparable |
Concept of comparable types with operator>=. | |
concept | num_collect::util::concepts::equal_to_comparable |
Concept of comparable types with operator==. | |
concept | num_collect::util::concepts::not_equal_to_comparable |
Concept of comparable types with operator!=. | |
concept | num_collect::util::concepts::comparable |
Concept of comparable types. |
Definition of comparable concept.
Definition in file comparable.h.