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