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

Detailed Description

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

Definition at line 556 of file type_traits.h.

#include <type_traits.h>

Public Types

using by_rank_result = typename choose_by_rank<T, U>::type
 
using by_signedness_result = typename choose_by_signedness<T, U>::type
 
using by_size_result = typename choose_by_size<T, U>::type
 
using type
 

Static Public Attributes

static constexpr bool same_rank = (type_rank<T>::value == type_rank<U>::value)
 
static constexpr bool same_size = (sizeof(T) == sizeof(U))
 

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