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

Function operator==

common/values/string_value.h:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 }
347
348 friend bool operator==(const StringValue& lhs, const StringValue& rhs) {
349 return lhs.value_ == rhs.value_;
350 }
351
352 friend bool operator<(const StringValue& lhs, const StringValue& rhs) {
353 return lhs.value_ < rhs.value_;

Callers

nothing calls this directly

Calls 1

EqualsMethod · 0.45

Tested by

no test coverage detected