push overloads
Declared in <bslstl_stack.h>
Push a moved value onto the top of this stack.
void
push(BloombergLP::bslmf::MovableRef<value_type> value);
» more...
Push the specified value onto the top of this stack.
void
push(value_type const& value);
» more...
| Name | Description |
|---|---|
| value | value moved onto the top of this stack |