MCPcopy Create free account
hub / github.com/apache/trafficserver / ~IntrusivePtr

Method ~IntrusivePtr

include/tscore/IntrusivePtr.h:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404template <typename T> IntrusivePtr<T>::~IntrusivePtr()
405{
406 this->unset();
407}
408
409template <typename T> IntrusivePtr<T>::IntrusivePtr(self_type const &that)
410{

Callers

nothing calls this directly

Calls 1

unsetMethod · 0.95

Tested by

no test coverage detected