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 268 of file not_null.h.

268 {
269 return mPtr == other;
270 }