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

◆ append() [1/17]

basic_string & fl::basic_string::append ( char c)

Definition at line 1332 of file basic_string.cpp.hpp.

1332 {
1333 write(&c, 1);
1334 return *this;
1335}
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT

References basic_string(), and write().

+ Here is the call graph for this function: