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

Method operator->

internal/manual.h:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 constexpr T* absl_nonnull operator->() ABSL_ATTRIBUTE_LIFETIME_BOUND {
61 return get();
62 }
63
64 constexpr const T* absl_nonnull operator->() const
65 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 1

DispatchMethod · 0.45

Calls 1

getFunction · 0.85

Tested by

no test coverage detected