FastLED
3.9.15
Loading...
Searching...
No Matches
◆
erase()
[1/2]
template<typename T, typename Allocator = fl::allocator<T>>
void
fl::HeapVector
< T, Allocator >::erase
(
const T &
value
)
inline
Definition at line
580
of file
vector.h
.
580
{
581
iterator
it
=
find
(
value
);
582
if
(
it
!=
end
()) {
583
erase
(
it
);
584
}
585
}
fl::HeapVector< T, Allocator >::erase
bool erase(iterator pos, T *out_value=nullptr)
Definition
vector.h:564
fl::HeapVector< T, Allocator >::find
iterator find(const T &value)
Definition
vector.h:535
fl::HeapVector< T, Allocator >::end
iterator end()
Definition
vector.h:518
fl::HeapVector
Definition
vector.h:305
fl
HeapVector
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2