インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド

C_ASSOCIATED

Intrinsic Module Inquiry function (Generic): Indicates the association status of one argument, or whether two arguments are associated with the same entity.

モジュール

USE, INTRINSIC :: ISO_C_BINDING

構文

result = C_ASSOCIATED(c_ptr_1[, c_ptr_2])

c_ptr_1

(Input) Is a scalar of derived type C_PTR or C_FUNPTR.

c_ptr_2

(Optional; input) Is a scalar of the same type as c_ptr_1.

結果

The result is a scalar of type default logical. The result value is one of the following:

関連情報


このヘルプトピックについてのフィードバックを送信