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

◆ destroy_sentinel()

template<typename T>
void fl::list< T >::destroy_sentinel ( )
inlineprivate

Definition at line 43 of file list.h.

43 {
44 if (mHead) {
45 mResource->deallocate(mHead, sizeof(Node));
46 mHead = nullptr;
47 }
48 }
memory_resource * mResource
Definition list.h:34
Node * mHead
Definition list.h:32

References mHead, and mResource.

Referenced by ~list().

+ Here is the caller graph for this function: