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

◆ get() [2/2]

template<typename Key, typename Value, size_t N>
bool fl::FixedMap< Key, Value, N >::get ( const Key & key,
Value * value ) const
inline

Definition at line 102 of file map.h.

102 {
104 if (it != end()) {
105 *value = it->second;
106 return true;
107 }
108 return false;
109 }
iterator end()
Definition map.h:36
iterator find(const Key &key)
Definition map.h:40
VectorType::const_iterator const_iterator
Definition map.h:30

Referenced by setup().

+ Here is the caller graph for this function: