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

◆ operator<<() [2/24]

StrStream & fl::StrStream::operator<< ( const bitset_dynamic & bs)
inline

Definition at line 157 of file strstream.h.

157 {
158 bs.to_string(&mStr);
159 return *this;
160 }

References StrStream(), mStr, and fl::bitset_dynamic::to_string().

+ Here is the call graph for this function: