Write the value of the specified attributeSet to the specified output stream. Return the specified output stream.

Synopsis

Declared in <ball_managedattributeset.h>

std::ostream&
operator<<(
    std::ostream& output,
    ManagedAttributeSet const& attributeSet);

Return Value

reference to output

Parameters

Name

Description

output

output stream

attributeSet

attribute set to write

Created with MrDocs