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

◆ operator<<() [1/7]

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

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

54 {
55 os.mBase = 10;
56 return os;
57}
int mBase
Definition ostream.h:88