|
FastLED 3.9.15
|
Definition at line 20 of file type_traits.h.
#include <type_traits.h>
Inheritance diagram for fl::integral_constant< T, v >:Public Types | |
| using | type = integral_constant |
| using | value_type = T |
Public Member Functions | |
| constexpr | operator value_type () const noexcept |
| constexpr value_type | operator() () const noexcept |
Static Public Attributes | |
| static constexpr T | value = v |