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

◆ operator<<() [6/7]

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

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

46 {
47 ss.mBase = 16;
48 return ss;
49}