identity hash More...
Public Types | |
using | key_type = K |
using | hash_type = H |
using | tag = tags::true_permutation_hasher |
Static Public Member Functions | |
static __host____device__ hash_type | hash (key_type x) noexcept |
hash function More... | |
identity hash
K | key type |
H | hash type |
Definition at line 148 of file hashers.cuh.
using warpcore::hashers::IdentityMap< K, H >::hash_type = H |
Definition at line 153 of file hashers.cuh.
using warpcore::hashers::IdentityMap< K, H >::key_type = K |
Definition at line 152 of file hashers.cuh.
using warpcore::hashers::IdentityMap< K, H >::tag = tags::true_permutation_hasher |
Definition at line 154 of file hashers.cuh.
|
inlinestaticnoexcept |
hash function
[in] | x | key to be hashed |
x
Definition at line 170 of file hashers.cuh.