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

◆ operator<<() [1/30]

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

Definition at line 297 of file strstream.h.

297 {
298 mStr.append(b ? "true" : "false");
299 return *this;
300 }
string mStr
Definition strstream.h:369

References sstream(), FL_NOEXCEPT, and mStr.

+ Here is the call graph for this function: