FastLED 3.9.15
Loading...
Searching...
No Matches
fl::detail::integer_digits_helper< T > Struct Template Reference

Detailed Description

template<typename T>
struct fl::detail::integer_digits_helper< T >

Definition at line 22 of file limits.h.

#include <limits.h>

Static Public Attributes

static constexpr int value = (sizeof(T) * 8) - (T(-1) < T(0) ? 1 : 0)
 

The documentation for this struct was generated from the following file: