|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Equivalence relation constraint for equality comparators. More...
#include <ah-concepts.H>
Equivalence relation constraint for equality comparators.
Used by hash table classes (GenLhashTable, ODhashTable, etc.) to constrain the Cmp template parameter. Based on std::equivalence_relation, which requires the functor to be a regular invocable returning a boolean-testable result.
| F | functor type. |
| T | key type. |
Definition at line 97 of file ah-concepts.H.