SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator<()

bool Spices::Edge::operator< ( const Edge & other) const
inline

Less Operation.

Parameters
[in]otherAnother Edge.
Returns
Returns true if less than other.

Definition at line 127 of file Vertex.h.

127 {
128 return first < other.first;
129 }