Clicky

Fortran Wiki
null (changes)

Skip the Navigation Links | Home Page | All Pages | Recently Revised | Authors | Feeds | Export |

Showing changes from revision #2 to #3: (追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)

Description

Returns a disassociated pointer.

If mold is present, a(削除) dissassociated (削除ここまで)(追記) disassociated (追記ここまで) pointer of the same type is returned, otherwise the type is determined by context.

In Fortran 95, mold is optional. Please note that Fortran 2003 includes cases where it is required.

Standard

Fortran 95 and later

Class

Transformational function

Syntax

(削除)

ptr => null([mold])

(削除ここまで)
(追記)
ptr => null([mold])
(追記ここまで)

Arguments

  • mold - (Optional) shall be a pointer of any association status and of any type.

Return value

A disassociated pointer.

Example

real, pointer, dimension(:) :: vec => null ()

See also

associated

category: intrinsics

Revised on April 4, 2016 14:43:30 by Jason Blevins (128.146.137.52) (688 characters / 0.0 pages)
Edit | Back in time (2 revisions) | Hide changes | History | Views: Print | TeX | Source | Linked from: Intrinsic procedures, associated

AltStyle によって変換されたページ (->オリジナル) /