STORAGE_SIZE — Storage size in bits#

STORAGE_SIZE(A, KIND)#

Returns the storage size of argument A in bits.

Parameters:
  • A – Shall be a scalar or array of any type.

  • KIND – (Optional) shall be a scalar integer constant expression.

Standard:

Fortran 2008 and later

Class:

Inquiry function

Syntax:
RESULT = STORAGE_SIZE(A [, KIND])
Return Value:

The result is a scalar integer with the kind type parameter specified by KIND (or default integer type if KIND is missing). The result value is the size expressed in bits for an element of an array that has the dynamic type and type parameters of A.

See also:

C_SIZEOF — Size in bytes of an expression, SIZEOF — Size in bytes of an expression