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

◆ operator!()

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

Definition at line 315 of file ptr.h.

315 {
316 bool ok = *this;
317 return !ok;
318 }