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

◆ unique()

template<typename T>
bool fl::shared_ptr< T >::unique ( ) const
inlinenoexcept

Definition at line 287 of file shared_ptr.h.

287{ return use_count() == 1; }
long use_count() const noexcept
Definition shared_ptr.h:279

References use_count().

+ Here is the call graph for this function: