Template Function librapid::detail::makeFunction#

Function Documentation#

template<typename desc, typename Functor, typename ...Args>
auto librapid::detail::makeFunction(Args&&... args)#

Construct a new function object with the given functor type and arguments.

Template Parameters
  • desc – Functor descriptor

  • FunctorFunction type

  • Args – Argument types

Parameters

args – Arguments passed to the function

Returns

A new Function instance