Location::operator- function (dbgmodel.h)

Subtraction operator for the location function.

Syntax

Location operator-(
  LONG64 offset
);

Parameters

offset

Subtracts this value from the location’s offset into its address space.

Return value

This function returns a new Location which is ‘offset’ bytes prior to this location.

Requirements

Requirement Value
Header dbgmodel.h

See also

dbgmodel.h header