[][src]Function clingo_sys::clingo_theory_atoms_term_type

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

! Get the type of the given theory term. ! ! @param[in] atoms container where the term is stored ! @param[in] term id of the term ! @param[out] type the resulting type ! @return whether the call was successful