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

◆ get_hex_int_width()

template<size_t Size>
HexIntWidth fl::detail::get_hex_int_width ( )
constexpr

Compile-time integer width determination (default - triggers error)

Definition at line 60 of file charconv.h.

60 {
61 FL_STATIC_ASSERT(Size == 0, "Unsupported type size for hex conversion");
62 return HexIntWidth::Width8; // Unreachable, but needed for compilation
63}
#define FL_STATIC_ASSERT(...)

References FL_NOEXCEPT, FL_STATIC_ASSERT, get_hex_int_width(), and Width8.

Referenced by get_hex_int_width(), get_hex_int_width< 1 >(), get_hex_int_width< 2 >(), get_hex_int_width< 4 >(), get_hex_int_width< 8 >(), and fl::to_hex().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: