[][src]Function clingo_sys::clingo_configuration_map_size

pub unsafe extern "C" fn clingo_configuration_map_size(
    configuration: *const clingo_configuration_t,
    key: clingo_id_t,
    size: *mut usize
) -> bool

! Get the number of subkeys of a map entry. ! ! @pre The @link clingo_configuration_type() type@endlink of the entry must be @ref ::clingo_configuration_type_map. ! @param[in] configuration the target configuration ! @param[in] key the key ! @param[out] size the resulting number ! @return whether the call was successful