Template Function librapid::detail::transposeExtractor#

Function Documentation#

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

Returns a tuple of the form (transpose, raw array) where transpose is true if the array is transposed and false otherwise, and raw array is the raw array data.

Template Parameters

T

Parameters

val

Returns