3 Aug
2004
3 Aug
'04
3:29 p.m.
I have a function T & foo() and I wish to use a function adaptor to turn this into T * foo2() In other words, I want a function adaptor that takes the address of its given function's result. Does such a thing exist in boost? TIA, Ewan Mellor.