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

Method operator()

include/tscore/IntrusivePtr.h:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388
389template <typename T>
390bool
391IntrusivePtrDefaultPolicy<T>::Order::operator()(IntrusivePtr<T> const &lhs, IntrusivePtr<T> const &rhs) const
392{
393 return lhs.get() < rhs.get();
394}
395/* ----------------------------------------------------------------------- */
396/* ----------------------------------------------------------------------- */
397template <typename T> IntrusivePtr<T>::IntrusivePtr() {}

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected