Stream insertion operator

Synopsis

Declared in <llvm/DebugInfo/PDB/PDBExtras.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    codeview::ThunkOrdinal const& Thunk);

Return Value

Reference to the current output stream

Parameters

Name

Description

OS

An output stream

Thunk

The object to output

Created with MrDocs