#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. |
Compare two arc match indices by lexicographically comparing their left ends
LocARNA::ArcMatches::lex_greater_left_ends::lex_greater_left_ends | ( | const ArcMatches & | arc_matches_ | ) | [inline, explicit] |
Construct with access to arc matches
arc_matches_ |
bool LocARNA::ArcMatches::lex_greater_left_ends::operator() | ( | const ArcMatch::idx_type & | i, |
const ArcMatch::idx_type & | j | ||
) | const [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 |