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
656
of file
vector.h
.
656
{
657
iterator
it
=
find
(
value
);
658
if
(
it
!=
end
()) {
659
erase
(
it
);
660
}
661
}
fl::HeapVector< T, Allocator >::erase
bool erase(iterator pos, T *out_value=nullptr)
Definition
vector.h:640
fl::HeapVector< T, Allocator >::find
iterator find(const T &value)
Definition
vector.h:611
fl::HeapVector< T, Allocator >::end
iterator end()
Definition
vector.h:590
fl::HeapVector
Definition
vector.h:345
fl
HeapVector
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2