Location::operator= function (dbgmodel.h)

The copy assignment operator for the location function.

Syntax

Location & operator=(
  const Location & src
);

Parameters

src

The location from which to copy.

Return value

This function returns Location &.

Requirements

Requirement Value
Header dbgmodel.h

See also

dbgmodel.h header