FastLED
3.9.15
Loading...
Searching...
No Matches
◆
get()
template<typename
Key
, typename Value, typename Less = fl::DefaultLess<Key>>
bool
fl::SortedHeapMap
<
Key
, Value, Less >::get
(
const
Key
&
key
,
Value *
value
) const
inline
Definition at line
285
of file
map.h
.
285
{
286
const_iterator
it
=
find
(
key
);
287
if
(
it
!=
end
()) {
288
*
value
=
it
->second;
289
return
true
;
290
}
291
return
false
;
292
}
fl::SortedHeapMap::end
iterator end()
Definition
map.h:324
fl::SortedHeapMap::find
iterator find(const Key &key)
Definition
map.h:328
fl::SortedHeapMap::const_iterator
SortedHeapVector< Pair, PairLess >::const_iterator const_iterator
Definition
map.h:256
fl::SortedHeapMap
Definition
map.h:234
fl
SortedHeapMap
Generated on Thu May 29 2025 04:44:59 for FastLED by
1.13.2