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

Function operator>=

src/fl/stl/not_null.h:298–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 // Greater-than-or-equal comparison
297 template<typename U>
298 constexpr bool operator>=(const not_null<U>& other) const FL_NOEXCEPT {
299 return mPtr >= other.get();
300 }
301};
302
303///////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected