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

◆ operator bool()

template<typename T>
fl::shared_ptr< T >::operator bool ( ) const
inlineexplicitnoexcept

Definition at line 289 of file shared_ptr.h.

289{ return ptr_ != nullptr; }

References ptr_.