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