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