operator<<
Stream insertion operator
Synopsis
Declared in <src/midend/programAnalysis/genericDataflow/simpleAnalyses/taintAnalysis.h>
std::ostream&
operator<<(
std::ostream& o,
TaintLattice const& lattice);
Return Value
Reference to the current output stream
Parameters
Name |
Description |
o |
An output stream |
lattice |
The object to output |
Created with MrDocs