Jpp
19.0.0
the software that should make you happy
|
Auxiliary class for format STL containers. More...
#include <JPrint.hh>
Public Member Functions | |
JStream (std::ostream &out) | |
Constructor. More... | |
template<class T > | |
std::ostream & | operator<< (const T &value) |
Write value to output stream. More... | |
Private Attributes | |
std::ostream & | out |
|
inline |
Constructor.
out | output stream |
|
inline |
Write value to output stream.
value | value |
Definition at line 90 of file JPrint.hh.