Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ size
Method
size
src/fl/stl/map.h:245–245 ·
view source on GitHub ↗
Get the current size of the vector
Source
from the content-addressed store, hash-verified
243
244
// Get the current size of the vector
245
constexpr fl::size size() const { return data.size(); }
246
247
constexpr bool empty() const { return data.empty(); }
248
Callers
2
insert
Method · 0.45
prev
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected