WPILibC++ 2027.0.0-alpha-3
Loading...
Searching...
No Matches
wpi::raw_os_ostream Class Reference

raw_os_ostream - A raw_ostream that writes to an std::ostream. More...

#include <wpi/raw_os_ostream.h>

Inheritance diagram for wpi::raw_os_ostream:

Public Member Functions

 raw_os_ostream (std::ostream &O)
 
 ~raw_os_ostream () override
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ 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: