Luna::RingDeque::push_back
void push_back(value_type &&val)
Pushes one element to the back of the queue.
Parameters
-
in val
The element to push. The element will be move-inserted to the queue.
void push_back(value_type &&val)
Pushes one element to the back of the queue.
in val
The element to push. The element will be move-inserted to the queue.