9.97. EXTENDS_TYPE_OF

9.97 EXTENDS_TYPE_OF — Query dynamic type for extension

Description:
Query dynamic type for extension.
Standard:
Fortran 2003 and later
Class:
Inquiry function
Syntax:
RESULT = EXTENDS_TYPE_OF(A, MOLD)
Arguments:
A Shall be an object of extensible declared type or unlimited polymorphic.
MOLD Shall be an object of extensible declared type or unlimited polymorphic.
Return value:
The return value is a scalar of type default logical. It is true if and only if the dynamic type of A is an extension type of the dynamic type of MOLD.
See also:
SAME_TYPE_AS

© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gfortran/EXTENDS_005fTYPE_005fOF.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部