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

◆ operator()() [2/2]

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

Definition at line 194 of file hash.h.

194 {
195 return MurmurHash3_x86_32(&key, sizeof(double));
196 }
static u32 MurmurHash3_x86_32(const void *key, fl::size len, u32 seed=0)
Definition hash.h:23

References fl::MurmurHash3_x86_32().

+ Here is the call graph for this function: