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