Write the specified schema to the specified stream, and return a modifiable reference to stream.
Declared in <balxml_configschema.h>
std::ostream&
operator<<(
std::ostream& stream,
ConfigSchema const& schema);
a reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| schema | configuration schema to write |