Skip to content

SinglyLinkedListWrap::Iterator::Iterator

Copy constructor

Synopsis

Declared in <support/SinglyLinkedList.h>

Iterator(Iterator const& that);

Parameters

Name

Description

that

The object to copy construct from

Created with MrDocs