Home
last modified time | relevance | path

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

/third_party/boost/libs/poly_collection/test/
Dfunction_types.hpp57 struct function5 struct
59 function5(int n):n{n}{} in function5() argument
60 int operator()(int x)const{return x*x*x*n;} in operator ()()
61 int n;