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

Method operator->

common/value.h:483–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481
482 ABSL_DEPRECATED("Just use operator.()")
483 const Value* operator->() const { return this; }
484
485 // Returns `true` if this value is an instance of a bool value.
486 bool IsBool() const { return variant_.Is<BoolValue>(); }

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36