Assignment operators

Synopses

Declared in <bslstl_stack.h>

Assign to this object the value of the specified rhs object.

Move‐assign to this object the value of the specified rhs object.

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

rhs

stack whose value is assigned to this object

Created with MrDocs