[][src]Function clingo_sys::clingo_theory_atoms_atom_term

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

Get the theory term associated with the theory atom.

@param[in] atoms container where the atom is stored @param[in] atom id of the atom @param[out] term the resulting term id @return whether the call was successful