Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ operator<
Function
operator<
common/values/string_value.h:352–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
friend bool operator<(const StringValue& lhs, const StringValue& rhs) {
353
return lhs.value_ < rhs.value_;
354
}
355
356
private:
357
friend class common_internal::ValueMixin<StringValue>;
Callers
nothing calls this directly
Calls
1
Compare
Method · 0.45
Tested by
no test coverage detected