FastLED 3.9.15
Loading...
Searching...
No Matches
traits.h File Reference
+ 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.

Classes

struct  fl::detail::int_to_fixed< IntBits, FracBits, false >
 
struct  fl::detail::int_to_fixed< IntBits, FracBits, true >
 
struct  fl::detail::is_non_bool_integer< T >
 
struct  fl::fixed_point_traits< IntBits, FracBits >
 

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