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

◆ operator<<() [3/7]

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

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

49 {
50 os.mBase = 16;
51 return os;
52}
int mBase
Definition ostream.h:88