Template Function librapid::detail::multiplyExtractor(T&&)#

Function Documentation#

template<typename T, typename std::enable_if_t<!IsMultiplyType<T>::value, int> = 0>
auto librapid::detail::multiplyExtractor(T &&val)#

Returns a tuple of the form (scalar, raw array) where scalar is the multiplication factor and raw array is the raw array data.

Template Parameters

T

Parameters

val

Returns