Skip to content

UnparseFormat::operator<<

Left shift operator

Synopsis

Declared in <src/backend/unparser/formatSupport/unparse_format.h>

UnparseFormat&
operator<<(unsigned long num);

Return Value

Reference to the current object

Parameters

Name

Description

num

The right operand

Created with MrDocs