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