Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ operator<
Function
operator<
Common/Core/vtkStringToken.cxx:151–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
return a > b.Data();
150
}
151
bool operator<(const std::string& a, const vtkStringToken& b)
152
{
153
return a < b.Data();
154
}
155
bool operator>=(const std::string& a, const vtkStringToken& b)
156
{
157
return a >= b.Data();
Callers
nothing calls this directly
Calls
2
string
Class · 0.50
Data
Method · 0.45
Tested by
no test coverage detected