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

◆ forward() [2/2]

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

Definition at line 234 of file type_traits.h.

234 {
235 return static_cast<T &&>(t);
236}

References FL_NOEXCEPT, and t.

Referenced by fl::list< T >::Node::Node(), fl::RedBlackTree< T, Compare, Allocator >::RBNode::RBNode(), fl::scope_exit< EF >::scope_exit(), fl::video::VideoImpl::updateBufferFromFile(), and fl::video::VideoImpl::updateBufferIfNecessary().

+ Here is the caller graph for this function: