Write a formatted object to OS.
Declared in <llvm/Support/Format.h>
template<typename... Ts>
raw_ostream&
operator<<(
raw_ostream& OS,
format_object<Ts...> Fmt);
Reference to the current output stream
| Name | Description |
|---|---|
| OS | An output stream |
| Fmt | The object to output |