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

◆ operator()() [2/2]

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

Definition at line 246 of file hash.h.

246 {
247 return MurmurHash3_x86_32(key.data(), key.size());
248 }
static u32 MurmurHash3_x86_32(const void *key, fl::size len, u32 seed=0)
Definition hash.h:22

References FL_NOEXCEPT, and fl::MurmurHash3_x86_32().

+ Here is the call graph for this function: