MCPcopy 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}
151bool operator<(const std::string& a, const vtkStringToken& b)
152{
153 return a < b.Data();
154}
155bool operator>=(const std::string& a, const vtkStringToken& b)
156{
157 return a >= b.Data();

Callers

nothing calls this directly

Calls 2

stringClass · 0.50
DataMethod · 0.45

Tested by

no test coverage detected