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

Method span

src/fl/stl/span.h:404–404  ·  view source on GitHub ↗

======= CONSTRUCTORS =======

Source from the content-addressed store, hash-verified

402
403 // ======= CONSTRUCTORS =======
404 span() FL_NOEXCEPT : mData(nullptr) {}
405 span(T *data, fl::size size) FL_NOEXCEPT : mData(data) {
406 // In debug builds, could assert size == Extent
407 (void)size; // Suppress unused parameter warning

Callers 9

rawDataMethod · 0.45
dataMethod · 0.45
readFromMethod · 0.45
fillInputSurfaceMethod · 0.45
readFromMultiMethod · 0.45
FL_TEST_FILEFunction · 0.45
drawWaveFunction · 0.45
setupFunction · 0.45
loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected