Stream insertion operator
Declared in <llvm/Support/VirtualOutputConfig.h>
raw_ostream&
operator<<(
raw_ostream& OS,
vfs::OutputConfig Config);
Reference to the current output stream
| Name | Description |
|---|---|
| OS | An output stream |
| Config | The object to output |