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

◆ ControlBlockBase()

fl::detail::ControlBlockBase::ControlBlockBase ( bool track = true)
inline

Definition at line 34 of file shared_ptr.h.

35 : shared_count(track ? 1 : NO_TRACKING_VALUE), weak_count(1) {}
static constexpr fl::u32 NO_TRACKING_VALUE
Definition shared_ptr.h:32
fl::atomic_u32 shared_count
Definition shared_ptr.h:28

References NO_TRACKING_VALUE, shared_count, and weak_count.

Referenced by fl::detail::ControlBlock< T, Deleter >::ControlBlock().

+ Here is the caller graph for this function: