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

Method size

src/fl/stl/flat_map.h:96–96  ·  view source on GitHub ↗

Capacity

Source from the content-addressed store, hash-verified

94
95 // Capacity
96 size_type size() const FL_NOEXCEPT { return mData.size(); }
97 bool empty() const FL_NOEXCEPT { return mData.empty(); }
98 size_type capacity() const FL_NOEXCEPT { return mData.capacity(); }
99 size_type max_size() const FL_NOEXCEPT { 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