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

◆ operator!=() [12/14]

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

Definition at line 254 of file unique_ptr.h.

254 {
255 return static_cast<bool>(ptr);
256}

References FL_NOEXCEPT.