BloombergLP::balxml::operator<<

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

NameDescription
osoutput stream to receive the human-readable form
rregistry to print