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

Function operator==

src/fl/stl/not_null.h:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 // Equality comparison with another not_null
255 template<typename U>
256 constexpr bool operator==(const not_null<U>& other) const FL_NOEXCEPT {
257 return mPtr == other.get();
258 }
259
260 // Inequality comparison with another not_null
261 template<typename U>

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected