MCPcopy Create free account
hub / github.com/apache/trafficserver / operator==

Function operator==

include/tscore/IntrusivePtr.h:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569/* Pointer comparison */
570template <typename T>
571bool
572operator==(IntrusivePtr<T> const &lhs, IntrusivePtr<T> const &rhs)
573{
574 return lhs.get() == rhs.get();
575}
576
577template <typename T>
578bool

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected