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);
The stream OS after writing.
| Name | Description |
|---|---|
| OS | Destination stream. |
| Fmt | Format object to print. |