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

◆ get() [2/2]

template<typename Key, typename Value, fl::size N>
bool fl::unsorted_map_fixed< 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 }
VectorType::const_iterator const_iterator
Definition map.h:30
iterator end()
Definition map.h:36
iterator find(const Key &key)
Definition map.h:40

References end(), find(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: