¡@

Home 

c++ Programming Glossary: basesingle

Define multiple methods with parameters from variadic templates

http://stackoverflow.com/questions/9640256/define-multiple-methods-with-parameters-from-variadic-templates

. I tried the following template typename Param struct BaseSingle virtual void Foo Param template typename... Params struct Base.. Foo Param template typename... Params struct Base public BaseSingle Params ... Unfortunately Foo becomes ambiguous. I can't get.. Unfortunately Foo becomes ambiguous. I can't get the using BaseSingle Params Foo... syntax to work. Is there a way I know that alternatively..