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

◆ operator()() [2/2]

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

Definition at line 257 of file hash.h.

257 {
258 return MurmurHash3_x86_32(key.data(), key.size());
259 }
static u32 MurmurHash3_x86_32(const void *key, fl::size len, u32 seed=0)
Definition hash.h:23

References fl::MurmurHash3_x86_32().

+ Here is the call graph for this function: