Method MPI.SingleArray()->assign()
- Method
assign
voidassign(MPI.SingleArrayother)- Description
Assigns the first
sizeof(other)entries fromotherto the respective entries in the current array.- Throws
If
sizeof(other) > sizeof(this)
void assign(MPI.SingleArray other)
Assigns the first sizeof(other) entries from other to the
respective entries in the current array.
If sizeof(other) > sizeof(this)