Write the specified attribute to the specified os.
Declared in <balxml_elementattribute.h>
std::ostream&
operator<<(
std::ostream& os,
ElementAttribute const& attribute);
Write the contents of the specified attribute object to the specified os in human-readable form. Attributes that have not yet been computed are not computed by this function.
reference to os
| Name | Description |
|---|---|
| os | output stream |
| attribute | attribute to write |