FastLED
3.9.15
Loading...
Searching...
No Matches
◆
erase()
[1/2]
template<typename T>
void
fl::HeapVector
< T >::erase
(
const T &
value
)
inline
Definition at line
426
of file
vector.h
.
426
{
427
iterator
it
=
find
(
value
);
428
if
(
it
!=
end
()) {
429
erase
(
it
);
430
}
431
}
fl::HeapVector::erase
bool erase(iterator pos, T *out_value=nullptr)
Definition
vector.h:410
fl::HeapVector::end
iterator end()
Definition
vector.h:348
fl::HeapVector::find
iterator find(const T &value)
Definition
vector.h:378
fl::HeapVector::iterator
T * iterator
Definition
vector.h:224
fl::HeapVector
Definition
vector.h:216
fl
HeapVector
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2