¡@

Home 

c++ Programming Glossary: applytuple

How do I expand a tuple into variadic template function's arguments?

http://stackoverflow.com/questions/687490/how-do-i-expand-a-tuple-into-variadic-template-functions-arguments

ArgsF typename... ArgsT typename... Args static void applyTuple T pObj void T f ArgsF... const std tr1 tuple ArgsT... t Args..... std tr1 tuple ArgsT... t Args... args apply_obj_func N 1 applyTuple pObj f t std tr1 get N 1 t args... Object Function Tuple.. ArgsF typename... ArgsT typename... Args static void applyTuple T pObj void T f ArgsF... const std tr1 tuple ArgsT... t Args.....