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

◆ operator!=() [4/8]

template<typename T>
bool fl::operator!= ( const shared_ptr< T > & lhs,
fl::nullptr_t  )
noexcept

Definition at line 434 of file shared_ptr.h.

434 {
435 return lhs.get() != nullptr;
436}
T * get() const noexcept
Definition shared_ptr.h:271