Write the specified attribute to the specified os.
Synopsis
Declared in <balxml_elementattribute.h>
std::ostream&
operator<<(
std::ostream& os,
ElementAttribute const& attribute);
Description
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.
Return Value
reference to os
Parameters
Name |
Description |
os |
output stream |
attribute |
attribute to write |
Created with MrDocs