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);

Created with MrDocs