Stream insertion operator
Declared in <llvm/Analysis/LoopNestAnalysis.h>
raw_ostream&
operator<<(
raw_ostream& os,
LoopNest const& value);
Reference to the current output stream
| Name | Description |
|---|---|
| os | An output stream |
| value | The object to output |