Searched defs:ReferencingFunctor (Results 1 – 2 of 2) sorted by relevance
1091 struct ReferencingFunctor { struct1092 typedef const int* result_type;1093 result_type operator()(const int& n) { return &n; } in operator ()()
4745 struct ReferencingFunctor { in TEST() struct4746 typedef const int* result_type; in TEST()4747 result_type operator()(const int& n) { return &n; } in TEST()