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

309 {
310 return lhs == rhs.get();
311}
constexpr const T & get() const FL_NOEXCEPT
Definition not_null.h:223

References FL_NOEXCEPT.