Searched defs:ReferencingFunctor (Results 1 – 2 of 2) sorted by relevance
3480 struct ReferencingFunctor { struct3481 typedef const int* result_type;3482 result_type operator()(const int& n) { return &n; } in operator ()()
4587 struct ReferencingFunctor { struct4588 typedef const int* result_type;4589 result_type operator()(const int& n) { return &n; } in operator ()()