FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator()()
[1/2]
uint32_t
fl::Hash
< T >::operator()
(
const T &
key
)
const
inline
noexcept
Definition at line
101
of file
hash.h
.
101
{
102
return
MurmurHash3_x86_32
(&
key
,
sizeof
(
T
));
103
}
fl::MurmurHash3_x86_32
static uint32_t MurmurHash3_x86_32(const void *key, size_t len, uint32_t seed=0)
Definition
hash.h:18
fl::Hash
Definition
hash.h:97
fl
Hash< vec2< T > >
Generated on Sat May 24 2025 22:44:25 for FastLED by
1.13.2