FastLED 3.9.15
Loading...
Searching...
No Matches

◆ fill()

template<typename Iterator, typename T>
void fl::fill ( Iterator first,
Iterator last,
const T & value )

Definition at line 204 of file algorithm.h.

204 {
205 while (first != last) {
206 *first = value;
207 ++first;
208 }
209}
constexpr int type_rank< T >::value

References FL_NOEXCEPT, and type_rank< T >::value.

Referenced by fl::format_detail::apply_width_align(), fl::audio::detector::Beat::reset(), fl::audio::detector::TempoAnalyzer::reset(), fl::audio::detector::Transient::reset(), and fl::ChannelData::writeWithPadding().

+ Here is the caller graph for this function: