¡@

Home 

c++ Programming Glossary: nth_type_of

How to make generic computations over heterogeneous argument packs of a variadic template function?

http://stackoverflow.com/questions/14261183/how-to-make-generic-computations-over-heterogeneous-argument-packs-of-a-variadic

primary template template int I typename... Ts struct nth_type_of Base step template typename T typename... Ts struct nth_type_of.. Base step template typename T typename... Ts struct nth_type_of 0 T Ts... using type T Induction step template int I typename.. step template int I typename T typename... Ts struct nth_type_of I T Ts... using type typename nth_type_of I 1 Ts... type Helper..