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

◆ shared_ptr() [11/12]

template<typename T>
template<typename Y>
fl::shared_ptr< T >::shared_ptr ( Y * ptr)
inlineexplicitprivate

Definition at line 373 of file shared_ptr.h.

373 : mPtr(ptr) {
374 if (mPtr) {
376 } else {
377 mControlBlock = nullptr;
378 }
379 }
detail::ControlBlockBase * mControlBlock
Definition shared_ptr.h:158