倒排列表求交集算法 包括baeza yates的交集算法
ifndef_INTERSECT_HPP_#define_INTERSECT_HPP_#include"probe.hpp"namespace themas {/*like stl's set_intersect*/template,class OutputIterator>void linear_intersect(InputIterator begin1,InputIterator end1,InputIterator begin2,...