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

◆ append() [13/39]

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

Definition at line 317 of file string.h.

317 {
318 fl::span<const T> slice(vec.data(), vec.size());
319 append(slice);
320 return *this;
321 }
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
Definition string.h:284
fl::size size() const FL_NOEXCEPT
T * data() FL_NOEXCEPT
Definition vector.h:619

References append(), and FL_NOEXCEPT.

+ Here is the call graph for this function: