Home
last modified time | relevance | path

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

/third_party/boost/libs/poly_collection/test/
Dfunction_types.hpp34 struct function2 struct
36 function2(int n):n{n}{} in function2() argument
37 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;
/third_party/boost/libs/move/test/
Dmove.cpp28 movable function2(movable m) in function2() function
Dmove_if_noexcept.cpp108 movable function2(movable m) in function2() function