MCPcopy 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

628template <typename H>
629template <typename F>
630auto
631IntrusiveHashMap<H>::apply(F &&f) -> self_type & {
632 return detail::IntrusiveHashMapApply(*this, f);
633};
634
635template <typename H>
636void

Callers 1

IntrusiveHashMapApplyFunction · 0.45

Calls 1

IntrusiveHashMapApplyFunction · 0.85

Tested by

no test coverage detected