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

◆ append() [8/23]

template<typename T>
Str & fl::Str::append ( const fl::HeapVector< T > & vec)
inline

Definition at line 456 of file str.h.

456 {
457 Slice<const T> slice(vec.data(), vec.size());
458 append(slice);
459 return *this;
460 }
size_t size() const
Definition vector.h:435
Str & append(const T &val)
Definition str.h:439

References Str(), append(), fl::HeapVector< T >::data(), and fl::HeapVector< T >::size().

+ Here is the call graph for this function: