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

◆ get() [10/12]

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

Definition at line 86 of file tuple.h.

86 {
87 return get<I-1>(fl::move(t.tail));
88}
static uint32_t t
Definition Luminova.h:54
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27
pair_element< I, T1, T2 >::type & get(pair< T1, T2 > &p) noexcept
Definition pair.h:113

References get(), move(), and t.

+ Here is the call graph for this function: