Function otyca::operator<<(std::ostream&, const Dividend&)

Function Documentation

std::ostream &otyca::operator<<(std::ostream &out, const Dividend &obj)

Stream insertion operator for printing a Dividend object.

Parameters:
  • out – The output stream to insert the Dividend object into.

  • obj – The Dividend object to print.

Returns:

The output stream with the Dividend object printed.