bsl::stack::push

push overloads

Synopses

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...

Parameters

NameDescription
valuevalue moved onto the top of this stack