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

◆ forward() [2/2]

template<typename T>
T && fl::forward ( typename remove_reference< T >::type & t)
constexprnoexcept

Definition at line 189 of file type_traits.h.

189 {
190 return static_cast<T &&>(t);
191}

Referenced by fl::Variant< const CRGBPalette16 *, const CRGBPalette32 *, const CRGBPalette256 *, GradientFunction >::construct(), fl::Variant< const CRGBPalette16 *, const CRGBPalette32 *, const CRGBPalette256 *, GradientFunction >::emplace(), and fl::less< void >::operator()().

+ Here is the caller graph for this function: