push overloads

Synopses

Declared in <bslstl_stack.h>

Push a moved value onto the top of this stack.

Push the specified value onto the top of this stack.

void
push(value_type const& value);

Parameters

Name

Description

value

value moved onto the top of this stack

Created with MrDocs