Searched defs:const_parameter_lambda_functor (Results 1 – 1 of 1) sorted by relevance
197 struct const_parameter_lambda_functor { struct198 LambdaFunctor lf;201 explicit const_parameter_lambda_functor(const LambdaFunctor& a) : lf(a) {} in const_parameter_lambda_functor() argument203 template <class SigArgs> struct sig {213 operator()(const A& a) const { in operator ()()219 operator()(const A& a, const B& b) const { in operator ()()226 operator()(const A& a, const B& b, const C& c) const { in operator ()()