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_pendingandthat.max_pending; and total_pending is the sum ofthis->total_pendingandthat.total_pending.