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

◆ append() [9/23]

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

Definition at line 463 of file str.h.

463 {
464 Slice<const T> slice(vec.data(), vec.size());
465 append(slice);
466 return *this;
467 }
size_t size() const
Definition vector.h:866
Str & append(const T &val)
Definition str.h:439

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

+ Here is the call graph for this function: