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

◆ get() [9/12]

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

Definition at line 80 of file tuple.h.

80 {
81 return fl::move(t.head);
82}
static uint32_t t
Definition Luminova.h:54
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27

References move(), and t.

+ Here is the call graph for this function: