Auxiliary data structure for handling std::ostream.
More...
#include <JStreamAvailable.hh>
Auxiliary data structure for handling std::ostream.
Definition at line 81 of file JStreamAvailable.hh.
◆ STREAM()
STREAM::STREAM |
( |
const std::string & |
message = "" | ) |
|
|
inline |
Constructor.
- Parameters
-
message | message printed in case operator std::ostream<< is unavailable |
Definition at line 155 of file JStreamAvailable.hh.
◆ operator<<
Format specifier.
- Parameters
-
out | output stream |
format | format |
- Returns
- output stream
Definition at line 167 of file JStreamAvailable.hh.
169 return JStream(out, format.
message);
◆ message
std::string STREAM::message |
|
protected |
The documentation for this struct was generated from the following file: