Print the contents of the specified r registry to the specified os stream in human-readable form.
Declared in <balxml_namespaceregistry.h>
std::ostream&
operator<<(
std::ostream& os,
NamespaceRegistry const& r);
Return a modifiable reference to os.
a reference to the modifiable os
| Name | Description |
|---|---|
| os | output stream to receive the human-readable form |
| r | registry to print |