Write the value of attributeContainer to the specified output stream.
Synopsis
Declared in <ball_defaultattributecontainer.h>
std::ostream&
operator<<(
std::ostream& output,
DefaultAttributeContainer const& attributeContainer);
Description
Write the value of the specified attributeContainer to the specified output stream in some single‐line, human readable format. Return the output stream.
Return Value
a reference to output
Parameters
Name |
Description |
output |
output stream |
attributeContainer |
container to write |
Created with MrDocs