DoublyLinkedListWrap::const_iterator::const_iterator
Construct from Iterator
Synopsis
Declared in <support/DoublyLinkedList.h>
const_iterator(Iterator const& that);
Parameters
Name |
Description |
that |
The object to copy construct from |
Created with MrDocs