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

◆ append() [11/37]

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

Definition at line 731 of file str.h.

731 {
732 fl::span<const T> slice(vec.data(), vec.size());
733 append(slice);
734 return *this;
735 }
fl::size size() const
Definition vector.h:545
string & append(const BitsetFixed< N > &bs)
Definition str.h:675
Slice< T > span
Definition span.h:8

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

+ Here is the call graph for this function: