Skip to content

IteratorWrap::operator=

Copy assignment operator

Synopsis

Declared in <support/IteratorTmpl.h>

IteratorWrap<T, Impl>&
operator=(IteratorWrap<T, Impl> const& that);

Return Value

Reference to the current object

Parameters

Name

Description

that

The object to copy assign from

Created with MrDocs