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