STL中functor及functor adapter的实现在学习的过程中看到下面的一条语句:Templateclass UnaryFunctorInl
STL中functor及functor adapter的实现
在学习的过程中看到下面的一条语句:
Template<class UnaryFunctor>Inline noter1<UnaryFunctor> not1(const UnaryFunctor &functor){Return noter1<UnaryFunctor>(funcotr);} 