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