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

◆ operator!=() [7/8]

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

Definition at line 439 of file shared_ptr.h.

439 {
440 return nullptr != rhs.get();
441}
T * get() const noexcept
Definition shared_ptr.h:271