Format this datetime interval to the specified output stream, and return a reference to stream.
Synopsis
Declared in <bdlt_datetimeinterval.h>
std::ostream&
streamOut(std::ostream& stream) const;
Description
DEPRECATED: use operator<< or print instead.
Return Value
a reference to stream
Parameters
Name |
Description |
stream |
output stream |
Created with MrDocs