Skip to content

AstUtilInterface::operator<<

Stream insertion operator

Synopsis

Declared in <src/midend/astUtil/dependenceTracking/dependence_table.h>

std::ostream&
operator<<(
    std::ostream& output,
    DependenceEntry const& e);

Return Value

Reference to the current output stream

Parameters

Name

Description

output

An output stream

e

The object to output

Created with MrDocs