Write the specified schema to the specified stream, and return a modifiable reference to stream.

Synopsis

Declared in <balxml_configschema.h>

std::ostream&
operator<<(
    std::ostream& stream,
    ConfigSchema const& schema);

Created with MrDocs