DoublyLinkedListWrap::InsertAfter
Synopsis
Declared in <support/DoublyLinkedList.h>
DoublyLinkedEntryWrap<T>*
InsertAfter(
T const& o,
DoublyLinkedEntryWrap<T>* pos);
Created with MrDocs
Declared in <support/DoublyLinkedList.h>
DoublyLinkedEntryWrap<T>*
InsertAfter(
T const& o,
DoublyLinkedEntryWrap<T>* pos);
Created with MrDocs