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

Function operator!=

include/tscore/IntrusivePtr.h:578–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576
577template <typename T>
578bool
579operator!=(IntrusivePtr<T> const &lhs, IntrusivePtr<T> const &rhs)
580{
581 return lhs.get() != rhs.get();
582}
583
584template <typename T>
585bool

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected