I am working on a templated data structure class which is a doubly linked list which uses sentinel nodes. The list is sorted based on insert() and I am working on a merge fu