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

Detailed Description

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

Definition at line 67 of file template_magic.h.

Static Public Attributes

static constexpr bool value = is_same<T, U>::value
 

Member Data Documentation

◆ value

template<typename T , typename U >
bool fl::is_same_v_helper< T, U >::value = is_same<T, U>::value
staticconstexpr

Definition at line 68 of file template_magic.h.


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