Push the specified value onto the top of this stack.

Synopsis

Declared in <bslstl_stack.h>

void
push(value_type const& value);

Parameters

Name

Description

value

value copied onto the top of this stack

Created with MrDocs