FastLED
3.9.15
Loading...
Searching...
No Matches
◆
erase()
template<typename T, size_t INLINED_SIZE>
void
fl::InlinedVector
< T, INLINED_SIZE >::erase
(
iterator
pos
)
inline
Definition at line
964
of file
vector.h
.
964
{
965
if
(
mUsingHeap
) {
966
mHeap
.erase(
pos
);
967
}
else
{
968
mFixed
.erase(
pos
);
969
}
970
}
fl::InlinedVector::mHeap
HeapVector< T > mHeap
Definition
vector.h:1025
fl::InlinedVector::mFixed
FixedVector< T, INLINED_SIZE > mFixed
Definition
vector.h:1024
fl::InlinedVector::mUsingHeap
bool mUsingHeap
Definition
vector.h:1023
fl::InlinedVector
Definition
vector.h:761
References
mFixed
,
mHeap
,
mUsingHeap
, and
pos
.
fl
InlinedVector
Generated on Thu May 29 2025 04:44:58 for FastLED by
1.13.2