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

Synopsis

Declared in <ball_attribute.h>

std::ostream&
operator<<(
    std::ostream& output,
    Attribute const& attribute);

Return Value

reference to output

Parameters

Name

Description

output

output stream

attribute

attribute to write

Created with MrDocs