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

◆ operator!=()

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

Definition at line 365 of file shared_ptr.h.

365 {
366 return mPtr != nullptr;
367 }