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

◆ operator<< [1/3]

ostream & operator<< ( ostream & os,
const dec_t &  )
friend

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

54 {
55 os.mBase = 10;
56 return os;
57}

References ostream(), and mBase.