Skip to content

UnparseFormat::operator=

Copy assignment operator

Synopsis

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

UnparseFormat&
operator=(UnparseFormat const& X) = delete;

Return Value

Reference to the current object

Parameters

Name

Description

X

The object to copy assign from

Created with MrDocs