I've been reading about variadic templates, but having a hard time wrapping my mind around them.

The following code is from:

c++ - Call function with parameters extracted from string - Stack...