pub unsafe extern "C" fn clingo_theory_atoms_atom_guard(
    atoms: *const clingo_theory_atoms_t,
    atom: clingo_id_t,
    connective: *mut *const c_char,
    term: *mut clingo_id_t
) -> bool
Expand description

! Get the guard consisting of a theory operator and a theory term of the given theory atom. ! ! @note ! The lifetime of the string is tied to the current solve step. ! ! @param[in] atoms container where the atom is stored ! @param[in] atom id of the atom ! @param[out] connective the resulting theory operator ! @param[out] term the resulting term ! @return whether the call was successful