Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ operator<
Method
operator<
Common/Core/vtkStringToken.cxx:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
bool vtkStringToken::operator<(const vtkStringToken& other) const
120
{
121
return this->Data() < other.Data();
122
}
123
124
bool vtkStringToken::operator>(const vtkStringToken& other) const
125
{
Callers
1
operator()
Method · 0.45
Calls
1
Data
Method · 0.45
Tested by
no test coverage detected