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

◆ acquire()

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

Definition at line 134 of file shared_ptr.h.

134 {
135 if (control_block_) {
136 control_block_->add_shared_ref();
137 }
138 }
detail::ControlBlockBase * control_block_
Definition shared_ptr.h:109

References control_block_.

Referenced by shared_ptr(), shared_ptr(), operator=(), and operator=().

+ Here is the caller graph for this function: