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

◆ operator()() [2/2]

u32 fl::Hash< i16 >::operator() ( const i16 & key) const
inlinenoexcept

Definition at line 238 of file hash.h.

238 {
239 u16 ukey = static_cast<u16>(key);
240 return fast_hash32(ukey);
241 }
static u32 fast_hash32(u32 x) noexcept
Definition hash.h:82

References fl::fast_hash32().

+ Here is the call graph for this function: