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

◆ operator<<() [4/7]

ostream & fl::operator<< ( ostream & os,
const oct_t &  )

Definition at line 59 of file ostream.cpp.hpp.

59 {
60 os.mBase = 8;
61 return os;
62}
int mBase
Definition ostream.h:88