Print ID to OS.
Synopsis
Declared in <llvm/CAS/CASID.h>
raw_ostream&
operator<<(
raw_ostream& OS,
CASID const& ID);
Return Value
Reference to OS after printing.
Parameters
Name |
Description |
OS |
Stream to print to. |
ID |
Identifier to print. |
Created with MrDocs