Thru-POA/skeleton argument selection function templates.
- These function templates are used to choose between arguments supplied in thru-POA collocated invocations and arguments in uncollocated invocations.
- Note
- A function template approach is used to avoid complicated argument conversions between stub supplied arguments and skeleton supplied ones. For example, it is possible to make argument selection more transparent by taking advantage of run-time polymorphism. However, that approach would incur additional footprint overhead on the client side due to the introduction of virtual tables, etc.
- Author
- Ossama Othman