FastLED
3.9.15
Loading...
Searching...
No Matches
◆
erase()
[3/4]
template<typename
Key
, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
iterator
fl::MultiMapTree
<
Key
, Value, Compare, Allocator >::erase
(
const_iterator
pos
)
inline
Definition at line
357
of file
multi_map.h
.
357
{
358
return
iterator
(
mTree
.erase(
pos
.mTreeIt));
359
}
fl::MultiMapTree::mTree
TreeType mTree
Definition
multi_map.h:75
fl::MultiMapTree::iterator
IteratorWrapper iterator
Definition
multi_map.h:255
fl::MultiMapTree
Definition
multi_map.h:21
fl
MultiMapTree
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2