DoublyLinkedEntryWrap::operator=
Assignment operator
Synopsis
Declared in <support/DoublyLinkedList.h>
DoublyLinkedEntryWrap&
operator=(T const& _o);
Return Value
Reference to the current object
Parameters
Name |
Description |
_o |
The object to copy assign from |
Created with MrDocs