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

◆ operator()() [1/2]

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

Definition at line 113 of file hash.h.

113 {
114 return MurmurHash3_x86_32(&key, sizeof(T));
115 }
static u32 MurmurHash3_x86_32(const void *key, fl::size len, u32 seed=0)
Definition hash.h:23