Skip to content

operator<<

Stream insertion operator

Synopsis

Declared in <SageIII/sageInterface/abiStuff.h>

std::ostream&
operator<<(
    std::ostream& o,
    StructLayoutInfo const& i);

Return Value

Reference to the current output stream

Parameters

Name

Description

o

An output stream

i

The object to output

Created with MrDocs