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