[][src]Function clingo_sys::clingo_theory_atoms_atom_has_guard

pub unsafe extern "C" fn clingo_theory_atoms_atom_has_guard(
    atoms: *const clingo_theory_atoms_t,
    atom: clingo_id_t,
    has_guard: *mut bool
) -> bool

! Whether the theory atom has a guard. ! ! @param[in] atoms container where the atom is stored ! @param[in] atom id of the atom ! @param[out] has_guard whether the theory atom has a guard ! @return whether the call was successful