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

Method size

src/fl/stl/multi_set.h:204–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 // Capacity
203 bool empty() const { return mTree.empty(); }
204 fl::size size() const { return mTree.size(); }
205 fl::size max_size() const { return mTree.max_size(); }
206
207 // Modifiers

Callers 2

operator==Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected