Write the specified rhs index clerk to the specified output stream.
Declared in <bdlc_indexclerk.h>
std::ostream&
operator<<(
std::ostream& stream,
IndexClerk const& rhs);
Write the specified rhs index clerk to the specified output stream in some single-line (human-readable) format, and return a reference to the modifiable stream.
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream to write to |
| rhs | index clerk to write |