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

Method deque

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

Constructors

Source from the content-addressed store, hash-verified

266
267 // Constructors
268 deque() FL_NOEXCEPT : mData(nullptr), mCapacity(0), mSize(0), mFront(0) {}
269
270 explicit deque(memory_resource* resource) : mData(nullptr), mCapacity(0), mSize(0), mFront(0), mResource(resource) {}
271

Callers

nothing calls this directly

Calls 3

TEnum · 0.85
push_backFunction · 0.85
resizeFunction · 0.70

Tested by

no test coverage detected