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

◆ operator<<() [5/7]

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

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

51 {
52 ss.mBase = 10;
53 return ss;
54}