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

◆ append() [16/17]

basic_string & fl::basic_string::append ( const u8 & val)

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

1342 {
1343 write(static_cast<fl::u16>(val));
1344 return *this;
1345}
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: