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

◆ operator<=()

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

Definition at line 286 of file not_null.h.

286 {
287 return mPtr <= other.get();
288 }
constexpr const T & get() const FL_NOEXCEPT
Definition not_null.h:223