Method MPI.IntArray()->assign()
- Method assign
void
assign(MPI_IntArray
other
)- Description
Assigns the first
sizeof(other)
entries fromother
to the respective entries in the current array.- Throws
If
sizeof(other) > sizeof(this)
void
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)