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 118 of file map.h.

118 {
120 if (it != end()) {
121 *value = it->second;
122 return true;
123 }
124 return false;
125 }
iterator end()
Definition map.h:44
iterator find(const Key &key)
Definition map.h:54
VectorType::const_iterator const_iterator
Definition map.h:35

Referenced by setup().

+ Here is the caller graph for this function: