Searched defs:ReferencingFunctor (Results 1 – 1 of 1) sorted by relevance
1127 struct ReferencingFunctor { struct1128 typedef const int* result_type;1129 result_type operator()(const int& n) { return &n; } in operator ()()