Return Op rendered to a string via operator<<.

Synopsis

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

template<typename T>
static
std::string
debugString(T&& Op);

Return Value

A string containing the printed representation of Op.

Parameters

Name

Description

Op

Value to print into the returned string.

Created with MrDocs