cipra
1.2.1
A C++11 Unit Testing Framework based on Test::More
|
A type trait that users can specialize to tell how to stream an object to a std::ostream
.
More...
#include <tests.hpp>
Static Public Member Functions | |
static std::ostream & | print (std::ostream &, const T &) |
Pretty-prints an object to a std::ostream . More... | |
A type trait that users can specialize to tell how to stream an object to a std::ostream
.
Defaults to using operator<<
.
T | The type to print. |
|
inlinestatic |
Pretty-prints an object to a std::ostream
.
Defaults to using operator<<
.