value_stack::operator=

Assignment operator.

Synopsis

value_stack&
operator=(
    value_stack const&) = delete;

Description

This type is neither copyable nor movable.