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

◆ operator!=() [2/2]

template<typename T>
template<typename U>
bool fl::not_null< T >::operator!= ( U other) const
inlineconstexpr

Definition at line 274 of file not_null.h.

274 {
275 return mPtr != other;
276 }