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);

Return Value

a reference to the modifiable stream

Parameters

Name

Description

stream

output stream

schema

configuration schema to write

Created with MrDocs