LocARNA-2.0.0
|
#include <arc_matches.hh>
Public Member Functions | |
lex_greater_left_ends (const ArcMatches &arc_matches_) | |
bool | operator() (const ArcMatch::idx_type &i, const ArcMatch::idx_type &j) const |
Compare to arc matches. More... | |
Compare two arc match indices by lexicographically comparing their left ends
|
inlineexplicit |
Construct with access to arc matches
arc_matches_ |
|
inline |
Compare to arc matches.
Compares two arc matches by their left ends lexicographically
i | index of first arc match |
j | index of second arc match |