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

◆ append() [13/24]

Str & fl::Str::append ( const int32_t & c)
inline

Definition at line 500 of file str.h.

500 {
501 write(c);
502 return *this;
503 }
size_t write(const uint8_t *data, size_t n)
Definition str.h:199

References Str(), and fl::StrN< FASTLED_STR_INLINED_SIZE >::write().

+ Here is the call graph for this function: