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