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