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