MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Dispatch

Method Dispatch

internal/to_address.h:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42template <typename T, typename = void>
43struct PointerTraitsToAddress {
44 static constexpr auto Dispatch(
45 const T& p ABSL_ATTRIBUTE_LIFETIME_BOUND) noexcept {
46 return internal::to_address(p.operator->());
47 }
48};
49
50template <typename T>

Callers

nothing calls this directly

Calls 2

to_addressFunction · 0.85
operator->Method · 0.45

Tested by

no test coverage detected