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

◆ append() [7/39]

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

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

1347 {
1348 if (val) {
1349 write("true", 4);
1350 } else {
1351 write("false", 5);
1352 }
1353 return *this;
1354}
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT