Write a record keeper to an output stream.
Synopsis
Declared in <llvm/TableGen/Record.h>
raw_ostream&
operator<<(
raw_ostream& OS,
RecordKeeper const& RK);
Return Value
The output stream.
Parameters
Name |
Description |
OS |
Output stream. |
RK |
Record keeper to write. |
Created with MrDocs