MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / operator<

Method operator<

Code/Common/include/sitkProcessObject.h:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 return m_Command == o.m_Command;
342 }
343 inline bool
344 operator<(const EventCommand & o) const
345 {
346 return m_Command < o.m_Command;
347 }
348 };
349
350 // method called before filter update to set parameters and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected