[][src]Type Definition legion_task::TaskEntityFilter

type TaskEntityFilter<T> = EntityFilterTuple<And<(ComponentFilter<TaskProgress>, ComponentFilter<T>)>, And<(Passthrough, Passthrough)>, And<(Passthrough, Passthrough)>>;

The EntityFilterTuple for task_runner_query.