FastLED
3.9.15
Loading...
Searching...
No Matches
◆
FixedVector()
[7/7]
template<typename T, fl::size N>
fl::FixedVector
< T, N >::FixedVector
(
fl::span
< const T, fl::size(-1)>
s
)
inline
Definition at line
136
of file
vector.h
.
136
:
current_size
(0) {
137
fl::size
count
=
s
.
size
() <
N
?
s
.
size
() :
N
;
138
for
(
fl::size
i
= 0;
i
<
count
; ++
i
) {
139
push_back
(
s
[
i
]);
140
}
141
}
fl::FixedVector::push_back
void push_back(const T &value) FL_NOEXCEPT
Definition
vector.h:191
fl::FixedVector::current_size
fl::size current_size
Definition
vector.h:439
fl::FixedVector::size
constexpr fl::size size() const FL_NOEXCEPT
Definition
vector.h:183
fl::FixedVector
Definition
vector.h:86
fl
FixedVector
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2