| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(shared_ragged_array_bool_t), | intent(inout) | :: | this | |||
| integer(kind=int32), | intent(in) | :: | i |
function pos_1d_bool_int32(this, i) result(pt) class(shared_ragged_array_bool_t), intent(inout) :: this integer(int32), intent(in) :: i logical, pointer :: pt(:) pt => this%ptr(i)%res end function pos_1d_bool_int32