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

◆ operator==() [4/8]

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

Definition at line 424 of file shared_ptr.h.

424 {
425 return lhs.get() == nullptr;
426}
T * get() const noexcept
Definition shared_ptr.h:271