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

◆ operator()() [2/2]

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

Definition at line 231 of file hash.h.

231 {
232 u8 v = static_cast<u8>(key);
233 return fast_hash32(v);
234 }
static u32 fast_hash32(u32 x) noexcept
Definition hash.h:82

References fl::fast_hash32().

+ Here is the call graph for this function: