|
FastLED 3.9.15
|
#include <hash.h>
Inheritance diagram for fl::Hash< fl::string_view >:
Collaboration diagram for fl::Hash< fl::string_view >:Public Member Functions | |
| FL_STATIC_ASSERT (fl::is_pod< fl::string_view >::value, "fl::Hash<fl::string_view> only supports POD types (integrals, floats, " "etc.), you need to define your own hash.") | |
| u32 | operator() (const fl::string_view &key) const FL_NOEXCEPT |
| u32 | operator() (const fl::string_view &sv) const FL_NOEXCEPT |