Invoke P's print callback on OS and return OS.
Declared in <llvm/Support/Printable.h>
raw_ostream&
operator<<(
raw_ostream& OS,
Printable const& P);
Reference to the current output stream
| Name | Description |
|---|---|
| OS | Destination stream. |
| P | Printable object to write. |