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