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.

Synopsis

Declared in <balxml_elementattribute.h>

std::ostream&
operator<<(
    std::ostream& os,
    ElementAttribute const& attribute);

Created with MrDocs