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

Method size

src/fl/stl/multi_map.h:309–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 // Capacity
308 bool empty() const { return mTree.empty(); }
309 fl::size size() const { return mTree.size(); }
310 fl::size max_size() const { return mTree.max_size(); }
311
312 // Modifiers

Callers 2

operator==Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected