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

◆ append() [1/23]

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

Definition at line 504 of file str.h.

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

References Str(), and append().

+ Here is the call graph for this function: