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 361 of file shared_ptr.h.

361 {
362 return mPtr == nullptr;
363 }