FastLED 3.9.15
Loading...
Searching...
No Matches
fl::choose_by_signedness< T, U > Struct Template Reference

Detailed Description

template<typename T, typename U>
struct fl::choose_by_signedness< T, U >

Definition at line 540 of file type_traits.h.

#include <type_traits.h>

Public Types

using type
 

Static Public Attributes

static constexpr bool mixed_signedness = (t_signed != u_signed)
 
static constexpr bool t_signed = is_signed<T>::value
 
static constexpr bool u_signed = is_signed<U>::value
 

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