MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator()

Function operator()

src/fl/stl/hash.h:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 "fl::Hash<T> only supports POD types (integrals, floats, "
111 "etc.), you need to define your own hash.");
112 u32 operator()(const T &key) const FL_NOEXCEPT {
113 return MurmurHash3_x86_32(&key, sizeof(T));
114 }
115};
116
117template <typename T> struct FastHash {

Callers

nothing calls this directly

Calls 2

MurmurHash3_x86_32Function · 0.85
fast_hash32Function · 0.85

Tested by

no test coverage detected