Another task is counting events. For that reason mockpp provides a counter-like class.
ExpectationCounter <int> ec ("verifyCounter", 0); ec.setExpected(5); ec.inc();