c++ Programming Glossary: inargs
Elegant way to implement extensible factories in C++ http://stackoverflow.com/questions/17378961/elegant-way-to-implement-extensible-factories-in-c stupid looking typedefs everywhere template typename... InArgs struct FPInfo stands for Function Pointer Information typedef.. stands for Function Pointer Information typedef Base Type InArgs... Check to see if a Factory is not null and matches it's signature.. actually takes the specified inputs template typename... InArgs static bool isValid const Factory factory auto maker factory.first..
|