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

◆ operator()() [1/2]

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

Definition at line 112 of file hash.h.

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