MCPcopy 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

TEnum · 0.85
push_backFunction · 0.85
swapFunction · 0.70

Tested by

no test coverage detected