Skip to content

PtrSetWrap::const_iterator::operator=

Copy assignment operator

Synopsis

Declared in <support/PtrSet.h>

const_iterator&
operator=(const_iterator const& that);

Return Value

Reference to the current object

Parameters

Name

Description

that

The object to copy assign from

Created with MrDocs