AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ operator<<()

std::ostream & operator<< ( std::ostream &  strm,
const drama::Exception e 
)
inline

drama::Exception stream output operator

This function can be used to output the details of an exception to a output stream.

Parameters
strmThe output stream we want details sent to.
eThe exception to output
Returns
The stream, for chaining operations.

References drama::Exception::dramaStatus(), drama::Exception::dramaStatusStr(), and drama::Exception::toString().