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

◆ ~vector_basic()

fl::vector_basic::~vector_basic ( )

Definition at line 524 of file basic_vector.cpp.hpp.

524 {
525 clear_impl();
526 if (!isInline() && mArray) {
527 mResource->deallocate(mArray, mCapacity * mElementSize);
528 }
529}
bool isInline() const FL_NOEXCEPT
Is data currently in the inline buffer?
fl::size mElementSize
memory_resource * mResource
void clear_impl() FL_NOEXCEPT

References clear_impl(), FL_NOEXCEPT, isInline(), mArray, mCapacity, mElementSize, and mResource.

+ Here is the call graph for this function: