Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ apply
Method
apply
lib/swoc/include/swoc/IntrusiveHashMap.h:630–633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
628
template <typename H>
629
template <typename F>
630
auto
631
IntrusiveHashMap<H>::apply(F &&f) -> self_type & {
632
return detail::IntrusiveHashMapApply(*this, f);
633
};
634
635
template <typename H>
636
void
Callers
1
IntrusiveHashMapApply
Function · 0.45
Calls
1
IntrusiveHashMapApply
Function · 0.85
Tested by
no test coverage detected