Member functions¶
-
inline Sims1Stats &libsemigroups::Sims1Stats::operator+=(Sims1Stats const &that)¶
Combine two Sims1Stats objects.
This function changes this Sims1Stats in-place so that max_pending is the maximum of
this->max_pending
andthat.max_pending
; and total_pending is the sum ofthis->total_pending
andthat.total_pending
.