raw_os_ostream - A raw_ostream that writes to an std::ostream.
More...
#include <wpi/raw_os_ostream.h>
raw_os_ostream - A raw_ostream that writes to an std::ostream.
This is a simple adaptor class. It does not check for output errors; clients should use the underlying stream to detect errors.
◆ raw_os_ostream()
| wpi::raw_os_ostream::raw_os_ostream |
( |
std::ostream & | O | ) |
|
|
inline |
◆ ~raw_os_ostream()
| wpi::raw_os_ostream::~raw_os_ostream |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following file: