|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <gtest/gtest.h>#include <hash-fct.H>#include <string>#include <type_traits>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | is_hashable< T, typename > |
| struct | is_hashable< T, std::void_t< decltype(fnv_hash(std::declval< T >()))> > |
Functions | |
| TEST (HashRestrictionTest, TriviallyCopyableTypesAreHashable) | |
| TEST (HashRestrictionTest, NonTriviallyCopyableTypesAreNotHashable) | |
| TEST (HashRestrictionTest, SpecialOverloadsStillWork) | |
| TEST | ( | HashRestrictionTest | , |
| NonTriviallyCopyableTypesAreNotHashable | |||
| ) |
Definition at line 30 of file hash_restriction_test.cc.
References Aleph::divide_and_conquer_partition_dp().
| TEST | ( | HashRestrictionTest | , |
| SpecialOverloadsStillWork | |||
| ) |
Definition at line 36 of file hash_restriction_test.cc.
References Aleph::divide_and_conquer_partition_dp().
| TEST | ( | HashRestrictionTest | , |
| TriviallyCopyableTypesAreHashable | |||
| ) |
Definition at line 21 of file hash_restriction_test.cc.
References Aleph::divide_and_conquer_partition_dp().