ElfFile.opAssign

ElfFile opAssign(ref ElfFile other) ref

Assignment operator.

Transfers ownership from the source to this instance. After assignment, the source no longer owns its data, preventing double-free scenarios.

Parameters

otherElfFile to assign from.

Returns

A reference to this ElfFile.