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