#include <string>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | cond::Summary |
Namespaces | |
namespace | cond |
Functions | |
std::ostream & | operator<< (std::ostream &os, cond::Summary const &s) |
std::ostream& operator<< | ( | std::ostream & | os, |
cond::Summary const & | s | ||
) | [inline] |
Definition at line 28 of file Summary.h.
References cond::Summary::shortMessage().
{ s.shortMessage(os); return os; }