Searched defs:ReferencingFunctor (Results 1 – 3 of 3) sorted by relevance
3480 struct ReferencingFunctor { struct3481 typedef const int* result_type;3482 result_type operator()(const int& n) { return &n; } in operator ()()
3940 struct ReferencingFunctor { struct3941 typedef const int* result_type;3942 result_type operator()(const int& n) { return &n; } in operator ()()
3942 struct ReferencingFunctor { struct3943 typedef const int* result_type;3944 result_type operator()(const int& n) { return &n; } in operator ()()