Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ operator<
Function
operator<
include/tscore/IntrusivePtr.h:585–589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
584
template <typename T>
585
bool
586
operator<(IntrusivePtr<T> const &lhs, IntrusivePtr<T> const &rhs)
587
{
588
return lhs.get() < rhs.get();
589
}
590
591
template <typename T> IntrusivePtr<T>::operator T *() const
592
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected