Write the value of the specified rule to the specified output stream. Return the specified output stream.
Declared in <ball_rule.h>
std::ostream&
operator<<(
std::ostream& output,
Rule const& rule);
reference to output
| Name | Description |
|---|---|
| output | output stream |
| rule | rule to write |