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

◆ operator->()

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

Definition at line 234 of file not_null.h.

234 {
235 return mPtr;
236 }