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

◆ append() [10/37]

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

Definition at line 853 of file str.h.

853 {
854 fl::span<const T> slice(vec.data(), vec.size());
855 append(slice);
856 return *this;
857 }
iterator data()
Definition vector.h:306
constexpr fl::size size() const
Definition vector.h:157
string & append(const BitsetFixed< N > &bs)
Definition str.h:675
Slice< T > span
Definition span.h:8

References append(), fl::FixedVector< T, N >::data(), and fl::FixedVector< T, N >::size().

+ Here is the call graph for this function: