Continuing List to priority queue
I\'m implementing a improved priority_queue with random access.
template
Doesn't look that great to me:
getContainer()
method shows a lack of clarity in the interface - why would you simply expose the implementation detail like that?