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::basic_string::write
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT
Definition
basic_string.cpp.hpp:213
fl
string
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2