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

Definition of comparable concept. More...

+ Include dependency graph for 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::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.
 

Detailed Description

Definition of comparable concept.

Definition in file comparable.h.