Stream a human‐readable representation of Guid to OS.

Synopsis

Declared in <llvm/DebugInfo/CodeView/GUID.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    GUID const& Guid);

Return Value

A reference to OS.

Parameters

Name

Description

OS

Destination stream.

Guid

GUID to print.

Created with MrDocs