FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator()() [2/2]

u32 fl::Hash< double >::operator() ( const double & key) const
inline

Definition at line 183 of file hash.h.

183 {
184 return MurmurHash3_x86_32(&key, sizeof(double));
185 }
static u32 MurmurHash3_x86_32(const void *key, fl::size len, u32 seed=0)
Definition hash.h:22

References FL_NOEXCEPT, and fl::MurmurHash3_x86_32().

+ Here is the call graph for this function: