0 down vote favorite
Is there a way to access concurrent_queue elements without popping, like 'at' function in std::deque. I am accessing the queue elements in different iterations. If i pop the elements in queue, then i have to fill the queue which will be overhead. please suggest me.



