FastLED 3.9.15
Loading...
Searching...
No Matches

◆ get() [3/12]

template<size_t I, typename Head, typename... Tail>
enable_if< I==0, constHead & >::type fl::get ( const tuple< Head, Tail... > & t)

Definition at line 67 of file tuple.h.

67 {
68 return t.head;
69}
static uint32_t t
Definition Luminova.h:54

References t.