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

◆ acquire()

template<typename T>
void fl::shared_ptr< T >::acquire ( )
inlineprivate

Definition at line 183 of file shared_ptr.h.

183 {
184 if (mControlBlock) {
185 mControlBlock->add_shared_ref();
186 }
187 }
detail::ControlBlockBase * mControlBlock
Definition shared_ptr.h:158