Definition at line 586 of file collections.F90.
◆ iteratior_has_next()
logical function collections_mod::c_has_next::iteratior_has_next |
( |
type(iterator_type), intent(inout) |
iterator | ) |
|
|
private |
Deduces whether an iterator has a next entry or not.
- Parameters
-
iterator | The iterator to test upon |
- Returns
- Whether there is a next entry to access
Definition at line 3184 of file collections.F90.
3185 type(iterator_type),
intent(inout) :: iterator
3187 iteratior_has_next=
associated(iterator%next_item)
The documentation for this interface was generated from the following file: