Write the specified rhs index clerk to the specified output stream.
Synopsis
Declared in <bdlc_indexclerk.h>
std::ostream&
operator<<(
std::ostream& stream,
IndexClerk const& rhs);
Description
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.
Return Value
reference to the modifiable stream
Parameters
Name |
Description |
stream |
output stream to write to |
rhs |
index clerk to write |
Created with MrDocs