Skip to content

SinglyLinkedListWrap::Iterator::Iterator

Construct from SinglyLinkedListWrap

Synopsis

Declared in <support/SinglyLinkedList.h>

Iterator(SinglyLinkedListWrap<T> const& l);

Parameters

Name

Description

l

The object to copy construct from

Created with MrDocs