cout_is(vi.begin(), vi.end(), not1(bind2nd(less<int>(), 40))); // 大于等于40的个数 // 第三个参数是一个predicate(谓语/断言,这个翻译非常奇怪)