MCPcopy 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
119bool vtkStringToken::operator<(const vtkStringToken& other) const
120{
121 return this->Data() < other.Data();
122}
123
124bool vtkStringToken::operator>(const vtkStringToken& other) const
125{

Callers 1

operator()Method · 0.45

Calls 1

DataMethod · 0.45

Tested by

no test coverage detected