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

◆ append() [4/37]

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

Definition at line 787 of file str.h.

787 {
788 if (val) {
789 return append("true");
790 } else {
791 return append("false");
792 }
793 }
string & append(const BitsetFixed< N > &bs)
Definition str.h:675

References append().

+ Here is the call graph for this function: