Searched defs:concrete2 (Results 1 – 1 of 1) sorted by relevance
124 struct concrete2 struct126 concrete2(int n):n{n}{} in concrete2() function127 int operator()(int x)const{return x*n;} in operator ()()129 int unused,n;