79818189

Date: 2025-11-12 19:58:29
Score: 1
Natty:
Report link

std::ostream& operator << (std::ostream&, Foo const&);

But this operator function should be defined as a non-member function and as a friend of Foo class in order to be able to print the members of Foo properly.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: akc1519