get_capacity_real_1D Function

private pure function get_capacity_real_1D(this) result(capacity)

@brief Returns the capacity of the buffer along the last dimension.

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

Type Bound

buffer_real_1D_t

Arguments

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

Return Value integer(kind=int64)


Contents