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

◆ operator<<() [1/24]

StrStream & fl::StrStream::operator<< ( bool b)
inline

Definition at line 169 of file strstream.h.

169 {
170 mStr.append(b ? "true" : "false");
171 return *this;
172 }

References StrStream(), and mStr.

+ Here is the call graph for this function: