Print a TextEdit for debugging.
Synopsis
Declared in <llvm/Support/LSP/Protocol.h>
raw_ostream&
operator<<(
raw_ostream& os,
TextEdit const& value);
Return Value
The stream os.
Parameters
Name |
Description |
os |
Stream to write to. |
value |
Edit to print. |
Created with MrDocs