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

◆ append() [1/24]

Str & fl::Str::append ( const bool & val)
inline

Definition at line 505 of file str.h.

505 {
506 if (val) {
507 return append("true");
508 } else {
509 return append("false");
510 }
511 }
Str & append(const T &val)
Definition str.h:440

References Str(), and append().

+ Here is the call graph for this function: