8#ifndef TWOBLUECUBES_CATCH_TOTALS_HPP_INCLUDED
9#define TWOBLUECUBES_CATCH_TOTALS_HPP_INCLUDED
16 Counts
operator - ( Counts
const& other )
const;
19 std::size_t
total()
const;
Counts & operator+=(Counts const &other)
std::size_t total() const
Counts operator-(Counts const &other) const
Totals delta(Totals const &prevTotals) const
Totals operator-(Totals const &other) const
Totals & operator+=(Totals const &other)