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

Namespace of C++ concepts. More...

Concepts

concept  less_than_comparable
 Concept of comparable types with operator<.
concept  less_than_or_equal_to_comparable
 Concept of comparable types with operator<=.
concept  greater_than_comparable
 Concept of comparable types with operator>.
concept  greater_than_or_equal_to_comparable
 Concept of comparable types with operator>=.
concept  equal_to_comparable
 Concept of comparable types with operator==.
concept  not_equal_to_comparable
 Concept of comparable types with operator!=.
concept  comparable
 Concept of comparable types.
concept  comparator
 Concept of classes to compare two values.
concept  hash_function
 Concept of classes of hash functions.
concept  kahan_addable
 Concept of types usable in kahan_adder class.
concept  rhs_less_than_comparable
 Concept of types comparable with operator< as the right-hand-side object.
concept  rhs_less_than_or_equal_to_comparable
 Concept of types comparable with operator<= as the right-hand-side object.
concept  rhs_greater_than_comparable
 Concept of types comparable with operator> as the right-hand-side object.
concept  rhs_greater_than_or_equal_to_comparable
 Concept of types comparable with operator>= as the right-hand-side object.
concept  rhs_equal_to_comparable
 Concept of types comparable with operator== as the right-hand-side object.
concept  rhs_not_equal_to_comparable
 Concept of types comparable with operator!= as the right-hand-side object.
concept  rhs_comparable
 Concept of types comparable as the right-hand-side object.

Detailed Description

Namespace of C++ concepts.