UnparseFormat::operator<<
Left shift operator
Synopsis
Declared in <src/backend/unparser/formatSupport/unparse_format.h>
UnparseFormat&
operator<<(std::string out);
Return Value
Reference to the current object
Parameters
Name |
Description |
out |
The right operand |
Created with MrDocs