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

91 {
92 return fl::move(t.head);
93}
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References FL_NOEXCEPT, fl::fl::move(), and t.

+ Here is the call graph for this function: