Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Aleph_Hash< float > Struct Reference

#include <hash-fct.H>

Public Member Functions

size_t operator() (float key) const noexcept
 
size_t operator() (float key, std::uint32_t seed) const noexcept
 

Detailed Description

Definition at line 937 of file hash-fct.H.

Member Function Documentation

◆ operator()() [1/2]

size_t Aleph::Aleph_Hash< float >::operator() ( float  key) const
inlinenoexcept

Definition at line 939 of file hash-fct.H.

References Aleph::SuperFastHash().

◆ operator()() [2/2]

size_t Aleph::Aleph_Hash< float >::operator() ( float  key,
std::uint32_t  seed 
) const
inlinenoexcept

Definition at line 946 of file hash-fct.H.

References seed, and Aleph::SuperFastHash().


The documentation for this struct was generated from the following file: