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

◆ operator<<() [7/7]

sstream & fl::operator<< ( sstream & ss,
const oct_t &  )

Definition at line 56 of file strstream.cpp.hpp.

56 {
57 ss.mBase = 8;
58 return ss;
59}