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

◆ append() [2/17]

basic_string & fl::basic_string::append ( const basic_string & str)

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

1404 {
1405 write(str.c_str(), str.size());
1406 return *this;
1407}
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT

References basic_string(), c_str(), size(), and write().

+ Here is the call graph for this function: