|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Classes | |
| struct | Dyn_Set_Lhash_Available |
| struct | Dyn_Set_Lhash_Available< T, Eq, std::void_t< decltype(sizeof(DynSetLhash< T, Eq >))> > |
Functions | |
| template<AlephSequentialIterableContainer Container, class Equal > | |
| bool | pairwise_all_unique (const Container &container, Equal &eq) |
| bool | all_unique_hash_path (const Container &container, Hash &hash, Equal &eq) |
Variables | |
| template<typename T , class Eq > | |
| constexpr bool | dyn_set_lhash_available |
| template<AlephSequentialIterableContainer Container, class Hash , class Equal > | |
| and | |
|
inline |
Definition at line 173 of file ahFunctional.H.
References all_unique_hash_path(), Aleph::eq(), Aleph::hash_default_lower_alpha, Aleph::hash_default_upper_alpha, and pairwise_all_unique().
Referenced by Aleph::all_unique(), Aleph::all_unique(), and all_unique_hash_path().
|
inline |
Definition at line 152 of file ahFunctional.H.
References Aleph::eq(), and pairwise_all_unique().
Referenced by Aleph::all_unique(), all_unique_hash_path(), and pairwise_all_unique().
| Aleph::functional_detail::and |
Definition at line 168 of file ahFunctional.H.