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

Method size

src/fl/stl/flat_set.h:88–88  ·  view source on GitHub ↗

Capacity

Source from the content-addressed store, hash-verified

86
87 // Capacity
88 size_type size() const { return mData.size(); }
89 bool empty() const { return mData.empty(); }
90 size_type capacity() const { return mData.capacity(); }
91 size_type max_size() const { return mData.max_size(); }

Callers 3

lower_boundMethod · 0.45
upper_boundMethod · 0.45
operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected