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

◆ shared_ptr() [1/12]

template<typename T>
fl::shared_ptr< T >::shared_ptr ( T * ptr,
detail::ControlBlockBase * control_block,
detail::make_shared_tag  )
inlineprivate

Definition at line 161 of file shared_ptr.h.

163 // Control block was created with reference count 1, no need to increment
164 }
detail::ControlBlockBase * mControlBlock
Definition shared_ptr.h:158