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

◆ operator()() [1/2]

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

Definition at line 122 of file hash.h.

122 {
123 return fast_hash32(key);
124 }
static u32 fast_hash32(u32 x) noexcept
Definition hash.h:82