Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
T
Enum · 0.85
push_back
Function · 0.85
resize
Function · 0.70
Tested by
no test coverage detected