Location::operator+ function (dbgmodel.h)

The addition operator for the location function.

Syntax

Location operator+(
  LONG64 offset
);

Parameters

offset

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

Return value

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

Requirements

Requirement Value
Header dbgmodel.h

See also

dbgmodel.h header