Searched defs:function2 (Results 1 – 3 of 3) sorted by relevance
34 struct function2 struct36 function2(int n):n{n}{} in function2() argument37 int operator()(int x)const{return x*n;} in operator ()()38 bool operator==(const function2& x)const{return n==x.n;} in operator ==()39 int n;
28 movable function2(movable m) in function2() function
108 movable function2(movable m) in function2() function