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

◆ back() [2/2]

template<typename T>
const T & fl::list< T >::back ( ) const
inline

Definition at line 268 of file list.h.

268 {
269 return mHead->prev->data;
270 }
Node * mHead
Definition list.h:32

References mHead.