FastLED
3.9.15
Loading...
Searching...
No Matches
◆
reserve()
template<typename T, size_t N>
void
fl::FixedVector
< T, N >::reserve
(
size_t
n
)
inline
Definition at line
150
of file
vector.h
.
150
{
151
if
(
n
>
N
) {
152
// This is a no-op for fixed size vectors
153
return
;
154
}
155
}
fl::FixedVector
Definition
vector.h:70
fl
FixedVector
Generated on Thu May 29 2025 04:44:58 for FastLED by
1.13.2