bsl::queue::push

Push a copy of value onto the back of this queue.

Synopsis

Declared in <bslstl_queue.h>

void
push(value_type const& value);

Description

Push onto the back of this queue a value_type object having the specified value.

Parameters

NameDescription
valuevalue to copy onto the back of this queue