Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ list
Method
list
src/fl/stl/list.h:196–198 ·
view source on GitHub ↗
Constructors
Source
from the content-addressed store, hash-verified
194
195
// Constructors
196
list() FL_NOEXCEPT {
197
init_sentinel();
198
}
199
200
explicit list(memory_resource* resource) : mResource(resource) {
201
init_sentinel();
Callers
nothing calls this directly
Calls
3
T
Enum · 0.85
push_back
Function · 0.85
swap
Function · 0.70
Tested by
no test coverage detected