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

◆ operator!=() [14/14]

template<typename T, typename U>
bool fl::operator!= ( T lhs,
const not_null< U > & rhs )
constexpr

Definition at line 315 of file not_null.h.

315 {
316 return lhs != rhs.get();
317}
constexpr const T & get() const FL_NOEXCEPT
Definition not_null.h:223

References FL_NOEXCEPT.