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

◆ operator()() [2/2]

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

Definition at line 176 of file hash.h.

176 {
178 return fast_hash32(ikey);
179 }
static u32 fast_hash32(u32 x) FL_NOEXCEPT
Definition hash.h:81
To bit_cast(const From &from) FL_NOEXCEPT
Definition bit_cast.h:48

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

+ Here is the call graph for this function: