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

Method duration

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

Default constructor - zero duration

Source from the content-addressed store, hash-verified

40
41 /// Default constructor - zero duration
42 constexpr duration() FL_NOEXCEPT : mCount(0) {}
43
44 /// Explicit constructor from tick count
45 /// @param count Number of ticks

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected