bsl::queue::push

push overloads

Synopses

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...

Parameters

NameDescription
valuevalue to move onto the back of this queue