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