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

Method size

src/fl/stl/unordered_map_small.h:239–239  ·  view source on GitHub ↗

Capacity

Source from the content-addressed store, hash-verified

237
238 // Capacity
239 size_type size() const FL_NOEXCEPT { return mSize; }
240 bool empty() const FL_NOEXCEPT { return mSize == 0; }
241 size_type capacity() const FL_NOEXCEPT { return mData.capacity(); }
242 size_type max_size() const FL_NOEXCEPT { return mData.max_size(); }

Callers 11

advance_to_occupiedMethod · 0.45
advance_to_occupiedMethod · 0.45
find_indexMethod · 0.45
find_free_slotMethod · 0.45
appendMethod · 0.45
unordered_map_smallClass · 0.45
endMethod · 0.45
cendMethod · 0.45
eraseMethod · 0.45
reserveMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected