Write a formatted description of the specified rhs to the specified stream and return a reference to the modifiable stream.
Synopsis
Declared in <ball_attributecontainerlist.h>
std::ostream&
operator<<(
std::ostream& output,
AttributeContainerList const& rhs);
Return Value
reference to the modifiable output
Parameters
Name |
Description |
output |
output stream |
rhs |
list to write |
Created with MrDocs