value_stack::operator=
Assignment operator.
Synopsis
value_stack&
operator=(
value_stack const&) = delete;
Description
This type is neither copyable nor movable.
value_stack::operator=
Assignment operator.
value_stack&
operator=(
value_stack const&) = delete;
This type is neither copyable nor movable.