Write the value of the specified container to the specified output stream in a single‐line format, and return a reference to the modifiable stream.

Synopsis

Declared in <ball_attributecontainer.h>

std::ostream&
operator<<(
    std::ostream& stream,
    AttributeContainer const& container);

Return Value

reference to the modifiable stream

Parameters

Name

Description

stream

output stream

container

attribute container to format

Created with MrDocs