Write the specified object to the specified output stream in some reasonable (multi‐line) format, and return a reference to stream.
Synopsis
Declared in <bslx_testinstream.h>
std::ostream&
operator<<(
std::ostream& stream,
TestInStream const& object);
Created with MrDocs