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

◆ fmtflags

enum class fl::fmtflags
strong
Enumerator
dec 
hex 
oct 

Definition at line 13 of file ios.h.

13 {
14 dec = 0, // decimal base
15 hex = 1, // hexadecimal base
16 oct = 2 // octal base
17};
const dec_t dec
Definition ios.cpp.hpp:7
const hex_t hex
Definition ios.cpp.hpp:6
const oct_t oct
Definition ios.cpp.hpp:8