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

◆ operator!=()

template<typename T>
bool fl::shared_ptr< T >::operator!= ( fl::nullptr_t ) const
inlinenoexcept

Definition at line 302 of file shared_ptr.h.

302 {
303 return ptr_ != nullptr;
304 }

References ptr_.