MCPcopy Create free account
hub / github.com/FastLED/FastLED / ~deque

Method ~deque

src/fl/stl/deque.h:291–296  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

289
290 // Destructor
291 ~deque() FL_NOEXCEPT {
292 clear();
293 if (mData) {
294 mResource->deallocate(mData, mCapacity * sizeof(T));
295 }
296 }
297
298 // Assignment operators
299 deque& operator=(const deque& other) FL_NOEXCEPT {

Callers

nothing calls this directly

Calls 2

clearFunction · 0.70
deallocateMethod · 0.45

Tested by

no test coverage detected