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

298 {
299 return ptr_ == nullptr;
300 }

References ptr_.