Stream insertion operator

Synopsis

Declared in <llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    ExecutorAddr const& A);

Return Value

Reference to the current output stream

Parameters

Name

Description

OS

An output stream

A

The object to output

Created with MrDocs