MCPcopy Create free account
hub / github.com/Kitware/VTK / operator()

Method operator()

Infovis/Core/vtkTableToGraph.cxx:286–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284{
285public:
286 bool operator()(const std::pair<vtkStdString, vtkVariant>& a,
287 const std::pair<vtkStdString, vtkVariant>& b) const
288 {
289 if (a.first != b.first)
290 {
291 return a.first < b.first;
292 }
293 return vtkVariantLessThan()(a.second, b.second);
294 }
295};
296
297//------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

vtkVariantLessThanClass · 0.50

Tested by

no test coverage detected