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

◆ append() [8/24]

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

Definition at line 457 of file str.h.

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

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

+ Here is the call graph for this function: