Luna::RingDeque::push_front
void push_front(const value_type &val)
Pushes one element at the front of the queue.
Parameters
-
in val
The element to push. The element will be copy-inserted to the queue.
void push_front(const value_type &val)
Pushes one element at the front of the queue.
in val
The element to push. The element will be copy-inserted to the queue.