Function ams::operator<<(std::ostream&, const AMSError&)

Function Documentation

inline std::ostream &ams::operator<<(std::ostream &OS, const AMSError &Error)

Stream insertion operator for AMSError.

When AMS_DEBUG is defined, this prints the message plus file:line (if available). Otherwise, only the message is printed.