Function eccodes_sys::grib_iterator_has_next[][src]

pub unsafe extern "C" fn grib_iterator_has_next(
    i: *mut grib_iterator
) -> c_int
Expand description

Test procedure for values in a geoiterator.

@param i : the geoiterator @return boolean, 1 if the geoiterator still nave next values, 0 otherwise