Move the variable data from source to destination.
If there is data in destination, it will be discarded. The data in source becomes accessible via destination and source itself gets nullified.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_sampling_var_type), | pointer | :: | source(:) |
Variable data to move (and make accessible via destination). Source itself will be null after moving. |
||
type(ply_sampling_var_type), | pointer | :: | destination(:) |
Pointer to refer to the data in source. If destination already contains data, this data will be discarded. |