MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator>

Method operator>

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

Source from the content-addressed store, hash-verified

147 return mDuration.count() >= rhs.mDuration.count();
148 }
149 constexpr bool operator>(const time_point& rhs) const FL_NOEXCEPT {
150 return mDuration.count() > rhs.mDuration.count();
151 }
152 constexpr bool operator==(const time_point& rhs) const FL_NOEXCEPT {
153 return mDuration.count() == rhs.mDuration.count();
154 }

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected