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

◆ HexIntWidth

enum class fl::detail::HexIntWidth : u8
strong

Integer width classification for hex conversion.

Enumerator
Width8 
Width16 
Width32 
Width64 

Definition at line 42 of file charconv.h.

42 : u8 {
43 Width8 = 8,
44 Width16 = 16,
45 Width32 = 32,
46 Width64 = 64
47};
unsigned char u8
Definition stdint.h:131