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

Method size

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

Source from the content-addressed store, hash-verified

456 // ======= SIZE AND ACCESS =======
457 constexpr fl::size length() const FL_NOEXCEPT { return Extent; }
458 constexpr fl::size size() const FL_NOEXCEPT { return Extent; }
459 constexpr fl::size size_bytes() const FL_NOEXCEPT { return Extent * sizeof(T); }
460
461 const T *data() const FL_NOEXCEPT { return mData; }

Callers 1

spanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected