Location::operator+= function (dbgmodel.h)

The addition assignment operator for the location function.

Syntax

Location & operator+=(
  LONG64 offset
);

Parameters

offset

Subtracts this value from the location’s offset into its address space. The location will then refer ‘offset’ bytes prior to where it previously did.

Return value

This function returns Location &.

Requirements

Requirement Value
Header dbgmodel.h

See also

dbgmodel.h header