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

◆ operator()() [1/2]

u32 fl::FastHash< T >::operator() ( const T & key) const
inline

Definition at line 121 of file hash.h.

121 {
122 return fast_hash32(key);
123 }
static u32 fast_hash32(u32 x) FL_NOEXCEPT
Definition hash.h:81