Skip to content
  • Kenneth Moreland's avatar
    Add FunctionInterface class. · ebc20b43
    Kenneth Moreland authored
    The FunctionInterface class is a convienient way to wrap up a variable
    number of arguments and pass them around templated interfaces without
    requiring variadic template arguments. It also correctly hands return
    arguments.
    ebc20b43