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

Method size

src/fl/stl/string_view.h:99–99  ·  view source on GitHub ↗

======= CAPACITY =======

Source from the content-addressed store, hash-verified

97
98 // ======= CAPACITY =======
99 constexpr fl::size size() const FL_NOEXCEPT { return mSize; }
100 constexpr fl::size length() const FL_NOEXCEPT { return mSize; }
101 constexpr fl::size max_size() const FL_NOEXCEPT { return npos - 1; }
102 constexpr bool empty() const FL_NOEXCEPT { return mSize == 0; }

Callers 1

hash_string_viewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected