get_size_int32_2D Function

private pure function get_size_int32_2D(this) result(n_els)

@brief Returns the number of already stored elements in the buffer along the last dimension.

@return n_els Number of elements already added to the buffer.

Type Bound

buffer_int32_2D_t

Arguments

Type IntentOptional Attributes Name
class(buffer_int32_2D_t), intent(in) :: this

Return Value integer(kind=int64)


Contents