Format this time to the specified output stream, and return a reference to the modifiable stream.
Synopsis
Declared in <bsls_timeinterval.h>
template<class STREAM>
STREAM&
streamOut(STREAM& stream) const;
Description
DEPRECATED: Use print instead.
Return Value
a reference to the modifiable stream
Parameters
Name |
Description |
stream |
output stream |
Created with MrDocs