Typedef librapid::FunctionRef#

Typedef Documentation#

template<typename ...Inputs>
using librapid::FunctionRef = detail::Function<Inputs...>#

A reference type for Array Function objects. Use this to accept Function objects as parameters since the compiler cannot determine the templates for the typedef by default. Additionally, this can be used to store references to Function objects.

See also

Array

See also

ArrayF

See also

ArrayRef

See also

Function

Template Parameters

Inputs – The argument types to the function (template…)