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

◆ operator!=() [9/14]

template<typename T, typename Deleter>
bool fl::operator!= ( const unique_ptr< T, Deleter > & ptr,
fl::nullptr_t  )

Definition at line 249 of file unique_ptr.h.

249 {
250 return static_cast<bool>(ptr);
251}

References FL_NOEXCEPT.