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

◆ operator()() [1/2]

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

Definition at line 110 of file hash.h.

110 {
111 return fast_hash32(key);
112 }
static uint32_t fast_hash32(uint32_t x) noexcept
Definition hash.h:76