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

◆ at() [2/2]

template<typename Key, typename Value, typename Less = fl::less<Key>>
const Value & fl::SortedHeapMap< Key, Value, Less >::at ( const Key & key) const
inline

Definition at line 351 of file map.h.

351 {
353 FASTLED_ASSERT(it != end(), "SortedHeapMap::at: key not found");
354 return it->second;
355 }
iterator end()
Definition map.h:316
iterator find(const Key &key)
Definition map.h:416
SortedHeapVector< value_type, PairLess >::const_iterator const_iterator
Definition map.h:307