Function sequant::suffix_compare¶ Defined in File indices.hpp Function Documentation¶ inline bool sequant::suffix_compare(Index const &idx1, Index const &idx2)¶ Does the numeric comparison of the index suffixes using less-than operator. Parameters: idx1 – idx2 – Returns: True if the numeric suffix of idx1 is less than that of idx2.