MCPcopy 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_arrayFunction · 0.70
operator==Method · 0.70
operator==Method · 0.70
operator<Method · 0.70
operator==Method · 0.70
operator<Method · 0.70
push_backMethod · 0.70
bitset_inlinedClass · 0.70
operator==Method · 0.70
operator<Method · 0.70

Calls 1

sizeMethod · 0.45

Tested by 1

test_fl_int_typesFunction · 0.40