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

◆ operator const T &()

template<typename T>
fl::not_null< T >::operator const T & ( ) const
inlineconstexpr

Definition at line 229 of file not_null.h.

229 {
230 return mPtr;
231 }