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

Function Documentation

inline std::ostream &operator<<(std::ostream &stream, const Rule &rule)

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

Parameters:
  • stream – The output stream.

  • rule – The Rule object to print.

Returns:

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