Stream insertion operator
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFUnwindTablePrinter.h>
raw_ostream&
operator<<(
raw_ostream& OS,
UnwindTable const& Rows);
Return Value
Reference to the current output stream
Parameters
Name |
Description |
OS |
An output stream |
Rows |
The object to output |
Created with MrDocs