Skip to content

operator<<

Stream insertion operator

Synopsis

Declared in <src/midend/programAnalysis/genericDataflow/variables/variables.h>

std::ostream&
operator<<(
    std::ostream& stream,
    varID v);

Return Value

Reference to the current output stream

Parameters

Name

Description

stream

An output stream

v

The object to output

Created with MrDocs