push overloads
Declared in <bslstl_queue.h>
Push a moved value onto the back of this queue.
void
push(BloombergLP::bslmf::MovableRef<value_type> value);
» more...
Push a copy of value onto the back of this queue.
void
push(value_type const& value);
» more...
| Name | Description |
|---|---|
| value | value to move onto the back of this queue |