Searched defs:DescendingSeqNumComp (Results 1 – 1 of 1) sorted by relevance
81 struct DescendingSeqNumComp { struct82 bool operator()(T a, T b) const { return AheadOf<T, M>(b, a); } in operator()