Skip to content

operator<<

Stream insertion operator

Synopsis

Declared in <SageIII/sageInterface/abiStuff.h>

std::ostream&
operator<<(
    std::ostream& o,
    StructLayoutEntry const& e);

Return Value

Reference to the current output stream

Parameters

Name

Description

o

An output stream

e

The object to output

Created with MrDocs