llvm::lsp::operator<<

Stream insertion operator

Synopsis

Declared in <llvm/Support/LSP/Protocol.h>

raw_ostream&
operator<<(
    raw_ostream& os,
    Range const& value);

Return Value

Reference to the current output stream

Parameters

NameDescription
osAn output stream
valueThe object to output