Home
last modified time | relevance | path

Searched defs:concrete2 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/poly_collection/example/
Dperf.cpp124 struct concrete2 struct
126 concrete2(int n):n{n}{} in concrete2() function
127 int operator()(int x)const{return x*n;} in operator ()()
129 int unused,n;