FastLED
3.9.15
Loading...
Searching...
No Matches
◆
pop_back()
template<typename T, fl::size N>
void
fl::FixedVector
< T, N >::pop_back
(
)
inline
Definition at line
204
of file
vector.h
.
204
{
205
if
(
current_size
> 0) {
206
--
current_size
;
207
memory
()[
current_size
].~T();
208
}
209
}
fl::FixedVector::current_size
fl::size current_size
Definition
vector.h:341
fl::FixedVector::memory
T * memory()
Definition
vector.h:82
fl
FixedVector
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2