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 78 of file tuple.h.

78 {
79 return t.head;
80}

References FL_NOEXCEPT, and t.