インテル® Fortran コンパイラー 19.0 デベロッパー・ガイドおよびリファレンス
C function prototype: Tests contiguity of an array.
int CFI_is_contiguous(const CFI_cdesc_t *dv);
Formal Parameters:
dv |
The address of a C descriptor describing an array. The base_addr member of the C descriptor must not be a null pointer. |
The value of the result is 1 if the array described by dv is contiguous; otherwise, 0.
Since assumed-size and allocatable arrays are always contiguous, the result of CFI_is_contiguous on a C descriptor for such an array is 1.