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

Method count

src/fl/stl/chrono.h:57–57  ·  view source on GitHub ↗

Get the tick count @return Number of ticks stored in this duration

Source from the content-addressed store, hash-verified

55 /// Get the tick count
56 /// @return Number of ticks stored in this duration
57 constexpr Rep count() const FL_NOEXCEPT { return mCount; }
58
59private:
60 Rep mCount;

Callers 9

durationMethod · 0.45
operator<=Method · 0.45
operator<Method · 0.45
operator>=Method · 0.45
operator>Method · 0.45
operator==Method · 0.45
operator!=Method · 0.45
operator-Method · 0.45
operator+Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected