Home
last modified time | relevance | path

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

/third_party/boost/libs/poly_collection/test/
Dfunction_types.hpp42 struct function3 struct
44 function3():n{-1}{} in function3() function
45 function3(int n):n{n}{} in function3() argument
46 int operator()(int x)const{return x*x*n;} in operator ()()
47 int n;