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

◆ operator()() [1/2]

uint32_t fl::Hash< T >::operator() ( const T & key) const
inlinenoexcept

Definition at line 101 of file hash.h.

101 {
102 return MurmurHash3_x86_32(&key, sizeof(T));
103 }
static uint32_t MurmurHash3_x86_32(const void *key, size_t len, uint32_t seed=0)
Definition hash.h:18