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

Function InlinedMemoryBlock

src/fl/stl/vector.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 InlinedMemoryBlock(const InlinedMemoryBlock &other) FL_NOEXCEPT = default;
52 InlinedMemoryBlock(InlinedMemoryBlock &&other) FL_NOEXCEPT = default;
53
54 // u32 mRaw[N * sizeof(T)/sizeof(MemoryType) + kExtraSize];

Callers 1

vector.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected