Function lsst::pex::exceptions::operator<<¶
Function Documentation¶
-
std::ostream &
lsst::pex::exceptions
::
operator<<
(std::ostream &stream, Exception const &e) Push the text representation of an exception onto a stream.
- Return
Reference to the output stream after adding the text.
- Parameters
[in] stream
: Reference to an output stream.[in] e
: Exception to output.