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

◆ npos()

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
static fl::size fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::npos ( )
inlinestaticprivate

Definition at line 408 of file hash_map.h.

408 {
409 return static_cast<fl::size>(-1);
410 }