分类: C/C++
2010-07-21 10:06:34
|
例如我们对一个vector中所有元素求反:
transform( vect.begin(), vect.end(), vect.begin(), std::negate |
std::remove_if( ivec.begin(), ivec.end(), std::bind2nd( std::less |
|
|
result_type operator()(const argument_type& _Left) const { // apply functor to operands return (op(_Left, value)); } |
|
|
|
|