[][src]Function clingo_sys::clingo_symbolic_atoms_next

pub unsafe extern "C" fn clingo_symbolic_atoms_next(
    atoms: *const clingo_symbolic_atoms_t,
    iterator: clingo_symbolic_atom_iterator_t,
    next: *mut clingo_symbolic_atom_iterator_t
) -> bool

! Get an iterator to the next element in the sequence of symbolic atoms. ! ! @param[in] atoms the target ! @param[in] iterator the current iterator ! @param[out] next the succeeding iterator ! @return whether the call was successful