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

◆ operator()() [2/2]

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

Definition at line 187 of file hash.h.

187 {
189 return fast_hash32(ikey);
190 }
To bit_cast(const From &from) noexcept
Definition bit_cast.h:39
static u32 fast_hash32(u32 x) noexcept
Definition hash.h:82

References fl::bit_cast(), and fl::fast_hash32().

+ Here is the call graph for this function: