Write the value of the specified rule to the specified output stream. Return the specified output stream.

Synopsis

Declared in <ball_rule.h>

std::ostream&
operator<<(
    std::ostream& output,
    Rule const& rule);

Return Value

reference to output

Parameters

Name

Description

output

output stream

rule

rule to write

Created with MrDocs