¡@

Home 

c++ Programming Glossary: gcptr

Template deduction for function based on its return type?

http://stackoverflow.com/questions/2612961/template-deduction-for-function-based-on-its-return-type

be able to use template deduction to achieve the following GCPtr A ptr1 GC Allocate GCPtr B ptr2 GC Allocate instead of what.. to achieve the following GCPtr A ptr1 GC Allocate GCPtr B ptr2 GC Allocate instead of what I currently have GCPtr A.. GCPtr B ptr2 GC Allocate instead of what I currently have GCPtr A ptr1 GC Allocate A GCPtr B ptr2 GC Allocate B My current Allocate..