FastLED
3.9.15
Loading...
Searching...
No Matches
◆
~deque()
template<typename T, typename Allocator = fl::allocator<T>>
fl::deque
< T, Allocator >::~
deque
(
)
inline
Definition at line
180
of file
deque.h
.
180
{
181
clear
();
182
if
(
mData
) {
183
mAlloc
.deallocate(
mData
,
mCapacity
);
184
}
185
}
fl::deque::clear
void clear()
Definition
deque.h:292
fl::deque::mData
T * mData
Definition
deque.h:19
fl::deque::mCapacity
fl::size mCapacity
Definition
deque.h:20
fl::deque::mAlloc
Allocator mAlloc
Definition
deque.h:23
fl
deque
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2