Function operator<<(std::ostream&, const Antecedent&)

Function Documentation

inline std::ostream &operator<<(std::ostream &stream, const Antecedent &antecedent)

Overloads the stream insertion operator for easy printing of Antecedent objects.

Parameters:
  • stream – The output stream.

  • antecedent – The Antecedent object to print.

Returns:

std::ostream& The output stream with the Antecedent information.