Stream insertion operator
Declared in <llvm/Support/LSP/Protocol.h>
raw_ostream&
operator<<(
raw_ostream& os,
CompletionItem const& value);
Reference to the current output stream
| Name | Description |
|---|---|
| os | An output stream |
| value | The object to output |