Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ size
Function
size
src/fl/stl/vector.h:183–183 ·
view source on GitHub ↗
Get the current size of the vector
Source
from the content-addressed store, hash-verified
181
182
// Get the current size of the vector
183
constexpr fl::size size() const FL_NOEXCEPT { return current_size; }
184
185
constexpr bool empty() const FL_NOEXCEPT { return current_size == 0; }
186
Callers
15
operator==
Method · 0.70
operator<
Method · 0.70
to_array
Function · 0.70
operator==
Method · 0.70
operator==
Method · 0.70
operator<
Method · 0.70
operator==
Method · 0.70
operator<
Method · 0.70
push_back
Method · 0.70
bitset_inlined
Class · 0.70
operator==
Method · 0.70
operator<
Method · 0.70
Calls
1
size
Method · 0.45
Tested by
1
test_fl_int_types
Function · 0.40