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

◆ append() [9/24]

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

Definition at line 464 of file str.h.

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

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

+ Here is the call graph for this function: