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

◆ append() [12/37]

template<typename T, fl::size N>
string & fl::string::append ( const fl::InlinedVector< T, N > & vec)
inline

Definition at line 738 of file str.h.

738 {
739 fl::span<const T> slice(vec.data(), vec.size());
740 append(slice);
741 return *this;
742 }
fl::size size() const
Definition vector.h:1008
string & append(const BitsetFixed< N > &bs)
Definition str.h:675
Slice< T > span
Definition span.h:8

References append(), fl::InlinedVector< T, INLINED_SIZE >::data(), and fl::InlinedVector< T, INLINED_SIZE >::size().

+ Here is the call graph for this function: