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

Name

Description

value

value to copy onto the back of this queue

Created with MrDocs