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

Function operator==

src/fl/stl/shared_ptr.h:457–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455// Non-member comparison operators
456template<typename T, typename Y>
457bool operator==(const shared_ptr<T>& lhs, const shared_ptr<Y>& rhs) FL_NOEXCEPT {
458 return lhs.get() == rhs.get();
459}
460
461template<typename T, typename Y>
462bool operator!=(const shared_ptr<T>& lhs, const shared_ptr<Y>& rhs) FL_NOEXCEPT {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected