push overloads

Synopses

Declared in <bslstl_stack.h>

Push onto this stack a value_type object having the value of the specified value (on entry) by moving the contents of value to the new object on this stack. value is left in a valid but unspecified state.

Push the specified value onto the top of this stack.

void
push(value_type const& value);

Created with MrDocs