Write the value of the specified rhs to the specified stream.
Synopsis
Declared in <balcl_occurrenceinfo.h>
std::ostream&
operator<<(
std::ostream& stream,
OccurrenceInfo const& rhs);
Description
Write the value of the specified rhs object to the specified stream in a (multi‐line) human readable format and return a reference to the stream. Note that the last line is not terminated by a newline character.
Return Value
reference to stream
Parameters
Name |
Description |
stream |
output stream |
rhs |
object to format |
Created with MrDocs