FastLED
3.9.15
Loading...
Searching...
No Matches
◆
resize()
template<typename T, size_t N>
void
fl::FixedVector
< T, N >::resize
(
size_t
n
)
inline
Definition at line
124
of file
vector.h
.
124
{
125
while
(
current_size
<
n
) {
126
push_back
(
T
());
127
}
128
while
(
current_size
>
n
) {
129
pop_back
();
130
}
131
}
fl::FixedVector::current_size
size_t current_size
Definition
vector.h:302
fl::FixedVector::pop_back
void pop_back()
Definition
vector.h:172
fl::FixedVector::push_back
void push_back(const T &value)
Definition
vector.h:142
fl::FixedVector
Definition
vector.h:70
fl
FixedVector
Generated on Tue Jun 24 2025 00:58:15 for FastLED by
1.13.2