libutap
|
print – template for pretty printing lists. More...
#include <signalflow.h>
Public Member Functions | |
print (std::ostream &out, const char *sep) | |
void | operator() (const T &x) |
Public Attributes | |
std::ostream & | os |
const char * | infix |
bool | need |
print – template for pretty printing lists.
similar to ostream_iterator except it does not print last delimiter.
|
inline |
|
inline |
References UTAP::print< T >::infix.
const char* UTAP::print< T >::infix |
Referenced by UTAP::print< T >::operator()().
bool UTAP::print< T >::need |
std::ostream& UTAP::print< T >::os |