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

◆ operator<< [2/3]

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

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

49 {
50 os.mBase = 16;
51 return os;
52}

References ostream(), and mBase.