MONC
Private Member Functions | List of all members
collections_mod::c_has_next Interface Reference

Private Member Functions

logical function iteratior_has_next (iterator)
 Deduces whether an iterator has a next entry or not. More...
 

Detailed Description

Definition at line 586 of file collections.F90.

Member Function/Subroutine Documentation

◆ 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
iteratorThe 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
3186 
3187  iteratior_has_next=associated(iterator%next_item)

The documentation for this interface was generated from the following file: