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