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

◆ append() [17/39]

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

Definition at line 310 of file string.h.

310 {
311 fl::span<const T> slice(vec.data(), vec.size());
312 append(slice);
313 return *this;
314 }
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: