pub unsafe extern "C" fn clingo_theory_atoms_atom_elements(
    atoms: *const clingo_theory_atoms_t,
    atom: clingo_id_t,
    elements: *mut *const clingo_id_t,
    size: *mut usize
) -> bool
Expand description

! Get the theory elements associated with the theory atom. ! ! @param[in] atoms container where the atom is stored ! @param[in] atom id of the atom ! @param[out] elements the resulting array of elements ! @param[out] size the number of elements ! @return whether the call was successful