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

◆ operator!=() [8/8]

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

Definition at line 251 of file unique_ptr.h.

251 {
252 return static_cast<bool>(ptr);
253}