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