push overloads

Synopses

Declared in <bslstl_queue.h>

Push a moved value onto the back of this queue.

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

void
push(value_type const& value);

Parameters

Name

Description

value

value to move onto the back of this queue

Created with MrDocs