Method MPI.IntArray()->assign()
classMPI.IntArray
- Method
assign
voidassign(MPI.IntArrayother)- Description
Assigns the first
sizeof(other)entries fromotherto the respective entries in the current array.- Throws
If
sizeof(other) > sizeof(this)
class MPI.IntArrayvoid assign(MPI.IntArray other)
Assigns the first sizeof(other) entries from other to the
respective entries in the current array.
If sizeof(other) > sizeof(this)