FACT++  1.0
Checksum Checksum::operator+ ( Checksum  sum) const
inline

Definition at line 43 of file checksum.h.

44  {
45  return (sum += *this);
46  }