RemoveOldestQueue
class RemoveOldestQueue : public Queue
@brief The RemoveOldestQueue implements a queue that removes the oldest
element in the queue when it has reached is maximum capacity
and a new element is pushed to it
class RemoveOldestQueue : public Queue
@brief The RemoveOldestQueue implements a queue that removes the oldest
element in the queue when it has reached is maximum capacity
and a new element is pushed to it