FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ operator!()

template<typename T>
bool fl::WeakPtr< T >::operator! ( ) const
inline

Definition at line 330 of file ptr.h.

330 {
331 bool ok = *this;
332 return !ok;
333 }