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