Stream insertion operator
Synopsis
Declared in <llvm/Analysis/StackLifetime.h>
raw_ostream&
operator<<(
raw_ostream& OS,
StackLifetime::LiveRange const& R);
Return Value
Reference to the current output stream
Parameters
Name |
Description |
OS |
An output stream |
R |
The object to output |
Created with MrDocs