|
FastLED 3.9.15
|
#include "fl/stl/stdint.h"#include "fl/stl/type_traits.h"#include "fl/stl/noexcept.h"#include "fl/stl/static_assert.h"
Include dependency graph for traits.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
| namespace | fl::detail |
Compile-time linker keep-alive hook for a single fl::Bus. | |
Typedefs | |
| template<typename T> | |
| using | fl::detail::enable_if_integer_t |
Functions | |
| template<typename IntT> | |
| constexpr bool | fl::detail::in_unsigned_range (IntT n, u32 max_u) FL_NOEXCEPT |
| void | fl::detail::integer_out_of_range_for_fixed_point_type () FL_NOEXCEPT |